Uses of Interface
jp.ecuacion.util.poi.excel.table.IfDataTypeStringExcelTable
Packages that use IfDataTypeStringExcelTable
Package
Description
Provides excel table reader abstract classes and interfaces.
Provides excel table reader concrete classes.
-
Uses of IfDataTypeStringExcelTable in jp.ecuacion.util.poi.excel.table.reader
Subinterfaces of IfDataTypeStringExcelTable in jp.ecuacion.util.poi.excel.table.readerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table reader interface with object type obtained from the excel data isString. -
Uses of IfDataTypeStringExcelTable in jp.ecuacion.util.poi.excel.table.reader.concrete
Classes in jp.ecuacion.util.poi.excel.table.reader.concrete that implement IfDataTypeStringExcelTableModifier and TypeClassDescriptionclassAdds 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.