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