Class ExcelInfoListReader

java.lang.Object
jp.ecuacion.util.poi.excel.table.ExcelTable<String>
jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader<String>
jp.ecuacion.util.poi.excel.table.reader.concrete.StringExcelTableReader
jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
jp.ecuacion.tool.housekeepfiles.reader.ExcelInfoListReader
All Implemented Interfaces:
jp.ecuacion.util.poi.excel.table.IfDataTypeStringExcelTable, jp.ecuacion.util.poi.excel.table.IfExcelTable<String>, jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable<String>, jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader, jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader<String>, jp.ecuacion.util.poi.excel.table.reader.IfFormatOneLineHeaderExcelTableReader<String>

public class ExcelInfoListReader extends jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
Reads info sheet of the settings excel.
  • Nested Class Summary

    Nested classes/interfaces inherited from class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader

    jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader.IterableReader<T>, jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader.IteratorReader<T>

    Nested classes/interfaces inherited from class jp.ecuacion.util.poi.excel.table.ExcelTable

    jp.ecuacion.util.poi.excel.table.ExcelTable.ContextContainer
  • Field Summary

    Fields inherited from class jp.ecuacion.util.poi.excel.table.reader.concrete.StringExcelTableReader

    columnDateTimeFormatMap, dateTimeFormat

    Fields inherited from class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader

    tableColumnSizeGivenByConstructor, tableRowSizeGivenByConstructor

    Fields inherited from class jp.ecuacion.util.poi.excel.table.ExcelTable

    ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, sheetName, tableStartColumnNumber, tableStartRowNumber
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    readToMap(String excelPath)
    Returns excel data as map format.

    Methods inherited from class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader

    columnDateTimeFormat, defaultDateTimeFormat, getHeaderLabels, getNoDataString

    Methods inherited from class jp.ecuacion.util.poi.excel.table.reader.concrete.StringExcelTableReader

    getDateTimeFormat

    Methods inherited from class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader

    getIterable, getReadyToReadTableData, getTableColumnSize, getTableRowSize, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, read, read, setTableColumnSize

    Methods inherited from class jp.ecuacion.util.poi.excel.table.ExcelTable

    getPoiBasisDeterminedTableStartColumnNumber, getPoiBasisDeterminedTableStartRowNumber, getSheetName, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfDataTypeStringExcelTable

    getStringValue

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader

    getCellData, isCellDataEmpty

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfExcelTable

    getSheetName, ignoresAdditionalColumnsOfHeaderData, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, isVerticalAndHorizontalOpposite

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader

    validateHeaderData

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable

    getFarLeftAndTopHeaderLabel, getHeaderLabelData, getNumberOfHeaderLines

    Methods inherited from interface jp.ecuacion.util.poi.excel.table.reader.IfFormatOneLineHeaderExcelTableReader

    updateAndGetHeaderData
  • Constructor Details

    • ExcelInfoListReader

      public ExcelInfoListReader()
      Constructs a new instance.
  • Method Details

    • readToMap

      public Map<String,String> readToMap(String excelPath) throws org.apache.poi.EncryptedDocumentException, IOException, jp.ecuacion.lib.core.exception.checked.AppException
      Returns excel data as map format.
      Throws:
      org.apache.poi.EncryptedDocumentException
      IOException
      jp.ecuacion.lib.core.exception.checked.AppException