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.
-
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.ignoresAdditionalColumnsOfHeaderData(boolean value) ExcelTableReader.isVerticalAndHorizontalOpposite(boolean value) Methods in jp.ecuacion.util.poi.excel.table.reader with parameters of type ExcelTableReaderModifier and TypeMethodDescriptionstatic <T> ExcelTable.ContextContainerExcelTableReader.getReadyToReadTableData(ExcelTableReader<T> reader, org.apache.poi.ss.usermodel.Workbook workbook, String sheetName, int tableStartColumnNumber, Integer numberOfHeaderLinesIfReadsHeaderOnlyOrNull, boolean ignoresColumnSizeSetInReader) Gets ready to read table data.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.