Uses of Interface
jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable
Packages that use IfFormatOneLineHeaderExcelTable
Package
Description
Provides excel table reader abstract classes and interfaces.
Provides excel table reader concrete classes.
Provides excel table writer concrete classes.
-
Uses of IfFormatOneLineHeaderExcelTable in jp.ecuacion.util.poi.excel.table.reader
Subinterfaces of IfFormatOneLineHeaderExcelTable in jp.ecuacion.util.poi.excel.table.readerModifier and TypeInterfaceDescriptioninterfaceIs a reader which treats one line header format tables. -
Uses of IfFormatOneLineHeaderExcelTable in jp.ecuacion.util.poi.excel.table.reader.concrete
Classes in jp.ecuacion.util.poi.excel.table.reader.concrete that implement IfFormatOneLineHeaderExcelTableModifier and TypeClassDescriptionclassReads tables with known number of columns, known header labels and known start position of the table.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 IfFormatOneLineHeaderExcelTable in jp.ecuacion.util.poi.excel.table.writer.concrete
Classes in jp.ecuacion.util.poi.excel.table.writer.concrete that implement IfFormatOneLineHeaderExcelTableModifier and TypeClassDescriptionclassReads tables with known number of columns, one line header labels if it has a header line.