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, dateTimeFormatFields inherited from class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
tableColumnSizeGivenByConstructor, tableRowSizeGivenByConstructorFields inherited from class jp.ecuacion.util.poi.excel.table.ExcelTable
ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, sheetName, tableStartColumnNumber, tableStartRowNumber -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
columnDateTimeFormat, defaultDateTimeFormat, getHeaderLabels, getNoDataStringMethods inherited from class jp.ecuacion.util.poi.excel.table.reader.concrete.StringExcelTableReader
getDateTimeFormatMethods inherited from class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
getIterable, getReadyToReadTableData, getTableColumnSize, getTableRowSize, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, read, read, setTableColumnSizeMethods inherited from class jp.ecuacion.util.poi.excel.table.ExcelTable
getPoiBasisDeterminedTableStartColumnNumber, getPoiBasisDeterminedTableStartRowNumber, getSheetName, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOppositeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.ecuacion.util.poi.excel.table.IfDataTypeStringExcelTable
getStringValueMethods inherited from interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader
getCellData, isCellDataEmptyMethods inherited from interface jp.ecuacion.util.poi.excel.table.IfExcelTable
getSheetName, ignoresAdditionalColumnsOfHeaderData, ignoresAdditionalColumnsOfHeaderData, isVerticalAndHorizontalOpposite, isVerticalAndHorizontalOppositeMethods inherited from interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader
validateHeaderDataMethods inherited from interface jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable
getFarLeftAndTopHeaderLabel, getHeaderLabelData, getNumberOfHeaderLinesMethods 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.EncryptedDocumentExceptionIOExceptionjp.ecuacion.lib.core.exception.checked.AppException
-