Class AbstractXlsxSolutionImporter.XlsxInputBuilder<Solution_>

    • Field Detail

      • inputFile

        protected File inputFile
      • workbook

        protected org.apache.poi.xssf.usermodel.XSSFWorkbook workbook
    • Constructor Detail

      • XlsxInputBuilder

        public XlsxInputBuilder()
    • Method Detail

      • setInputFile

        public void setInputFile​(File inputFile)
      • setWorkbook

        public void setWorkbook​(org.apache.poi.xssf.usermodel.XSSFWorkbook document)
      • getInputId

        public String getInputId()
      • readSheet

        protected org.apache.poi.xssf.usermodel.XSSFSheet readSheet​(int index,
                                                                    String name)
      • assertCellConstant

        protected void assertCellConstant​(org.apache.poi.ss.usermodel.Cell cell,
                                          String constant)
      • readLongCell

        protected long readLongCell​(org.apache.poi.ss.usermodel.Cell cell)
      • readDoubleCell

        protected double readDoubleCell​(org.apache.poi.ss.usermodel.Cell cell)
      • readStringCell

        protected String readStringCell​(org.apache.poi.ss.usermodel.Cell cell)
      • readStringParameter

        protected String readStringParameter​(org.apache.poi.ss.usermodel.Row row,
                                             String key)
      • readDoubleParameter

        protected double readDoubleParameter​(org.apache.poi.ss.usermodel.Row row,
                                             String key)