Uses of Interface
jp.ecuacion.util.poi.excel.table.IfDataTypeCellExcelTable
Packages that use IfDataTypeCellExcelTable
Package
Description
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 IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.reader
Subinterfaces of IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.readerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table reader interface with object type obtained from the excel data isCell. -
Uses of IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.reader.concrete
Classes in jp.ecuacion.util.poi.excel.table.reader.concrete that implement IfDataTypeCellExcelTableModifier 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. -
Uses of IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.writer
Subinterfaces of IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.writerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table writer interface with object type obtained from the excel data isCell. -
Uses of IfDataTypeCellExcelTable in jp.ecuacion.util.poi.excel.table.writer.concrete
Classes in jp.ecuacion.util.poi.excel.table.writer.concrete that implement IfDataTypeCellExcelTableModifier 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.