Uses of Interface
jp.ecuacion.util.poi.excel.table.writer.IfExcelTableWriter
Packages that use IfExcelTableWriter
Package
Description
Provides excel table writer abstract classes and interfaces.
Provides excel table writer concrete classes.
-
Uses of IfExcelTableWriter in jp.ecuacion.util.poi.excel.table.writer
Subinterfaces of IfExcelTableWriter in jp.ecuacion.util.poi.excel.table.writerModifier and TypeInterfaceDescriptioninterfaceProvides the excel table writer interface with object type obtained from the excel data isCell.Classes in jp.ecuacion.util.poi.excel.table.writer that implement IfExcelTableWriterModifier and TypeClassDescriptionclassIs a parent of excel table writer classes. -
Uses of IfExcelTableWriter in jp.ecuacion.util.poi.excel.table.writer.concrete
Classes in jp.ecuacion.util.poi.excel.table.writer.concrete that implement IfExcelTableWriterModifier 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.