Uses of Class
jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Packages that use ExcelTableReader
Package
Description
Provides excel table reader abstract classes and interfaces.
Provides excel table reader concrete classes.
Provides excel-related poi utility methods used by
ecuacion-util-poi classes.-
Uses of ExcelTableReader in jp.ecuacion.util.poi.excel.table.reader
Methods in jp.ecuacion.util.poi.excel.table.reader that return ExcelTableReaderModifier and TypeMethodDescriptionExcelTableReader.suppressesWarnLog(boolean suppressesWarnLog) SetssuppressesWarnLog.Constructors in jp.ecuacion.util.poi.excel.table.reader with parameters of type ExcelTableReaderModifierConstructorDescriptionIterableReader(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int numberOfheaderLines) Constructs a new instance.IteratorReader(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int numberOfheaderLines) Constructs a new instance. -
Uses of ExcelTableReader in jp.ecuacion.util.poi.excel.table.reader.concrete
Subclasses of ExcelTableReader in jp.ecuacion.util.poi.excel.table.reader.concreteModifier and TypeClassDescriptionclassReads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.classReads tables with known number of columns, known header labels and known start position of the table.classAdds String feature toExcelTableReader.classReads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.classReads tables with known number of columns, known header labels and known start position of the table.classStores the excel table data into a bean. -
Uses of ExcelTableReader in jp.ecuacion.util.poi.excel.util
Methods in jp.ecuacion.util.poi.excel.util with parameters of type ExcelTableReaderModifier and TypeMethodDescriptionExcelReadUtil.getReadyToReadTableData(ExcelTableReader<T> reader, org.apache.poi.ss.usermodel.Workbook workbook, String sheetName, Integer numberOfHeaderLinesIfReadsHeaderOnlyOrNull) Gets ready to read table data.<T> List<T> ExcelReadUtil.readTableLine(ExcelTableReader<T> reader, ExcelTable.ContextContainer context, int rowNumber) Provides common procedure for read one line of a table.