Uses of Interface
jp.ecuacion.util.poi.excel.table.IfExcelTable
Packages that use IfExcelTable
Package
Description
Provides abstract classes and interfaces
which are related to excel table reading and writing.
Provides excel table reader abstract classes and interfaces.
Provides excel table reader concrete classes.
Provides excel table writer abstract classes and interfaces.
Provides excel table writer concrete classes.
-
Uses of IfExcelTable in jp.ecuacion.util.poi.excel.table
Subinterfaces of IfExcelTable in jp.ecuacion.util.poi.excel.tableModifier and TypeInterfaceDescriptioninterfaceProvides the excel table interface with object type obtained from the excel data isCell.interfaceProvides the excel table interface with object type obtained from the excel data isString.interfaceIs a reader interface which treats free format tables.interfaceIs a reader interface which treats one line header format tables.Classes in jp.ecuacion.util.poi.excel.table that implement IfExcelTableMethods in jp.ecuacion.util.poi.excel.table that return IfExcelTableModifier and TypeMethodDescriptionIfExcelTable.ignoresAdditionalColumnsOfHeaderData(boolean value) Stores the boolean value which indicates whethervalidateHeaderDataignores additional header columns.IfExcelTable.isVerticalAndHorizontalOpposite(boolean value) Decides whether header is top (normal table) or left. -
Uses of IfExcelTable in jp.ecuacion.util.poi.excel.table.reader
Subinterfaces of IfExcelTable in jp.ecuacion.util.poi.excel.table.readerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table reader interface with object type obtained from the excel data isCell.interfaceProvides the excel table reader interface with object type obtained from the excel data isString.interfaceProvides the excel table reader methods.interfaceIs a reader which treats free format tables.interfaceIs a reader which treats one line header format tables.Classes in jp.ecuacion.util.poi.excel.table.reader that implement IfExcelTableModifier and TypeClassDescriptionclassIs a parent of excel table reader classes. -
Uses of IfExcelTable in jp.ecuacion.util.poi.excel.table.reader.concrete
Classes in jp.ecuacion.util.poi.excel.table.reader.concrete that implement IfExcelTableModifier 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 IfExcelTable in jp.ecuacion.util.poi.excel.table.writer
Subinterfaces of IfExcelTable in jp.ecuacion.util.poi.excel.table.writerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table writer interface with object type obtained from the excel data isCell.interfaceProvides the excel table writer methods.Classes in jp.ecuacion.util.poi.excel.table.writer that implement IfExcelTableModifier and TypeClassDescriptionclassIs a parent of excel table writer classes. -
Uses of IfExcelTable in jp.ecuacion.util.poi.excel.table.writer.concrete
Classes in jp.ecuacion.util.poi.excel.table.writer.concrete that implement IfExcelTableModifier 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, one line header labels if it has a header line.