Class XlsxConverter


  • public class XlsxConverter
    extends Object
    Converter for XLSX files to DMN 1.1 decision tables.
    Author:
    Thorben Lindhauer, Holger Hagen
    • Field Detail

      • ioDetectionStrategy

        protected org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapter ioDetectionStrategy
    • Constructor Detail

      • XlsxConverter

        public XlsxConverter()
    • Method Detail

      • convert

        public org.camunda.bpm.model.dmn.DmnModelInstance convert​(InputStream inputStream,
                                                                  StringBuilder serializedRules)
      • setIoDetectionStrategy

        public void setIoDetectionStrategy​(org.camunda.bpm.dmn.xlsx.api.SpreadsheetAdapter ioDetectionStrategy)