Uses of Interface
org.wicketstuff.poi.excel.CellExporter
-
Packages that use CellExporter Package Description org.wicketstuff.poi.excel -
-
Uses of CellExporter in org.wicketstuff.poi.excel
Classes in org.wicketstuff.poi.excel that implement CellExporter Modifier and Type Class Description classGeneralPurposeExporterFirst try to get the most nested component in the table data tag, if not possible set the most nested value in markup as aString.Methods in org.wicketstuff.poi.excel with parameters of type CellExporter Modifier and Type Method Description voidTableComponentAsXlsHandler. setCellExporter(CellExporter cellExporter)Set the exporter strategy to be used by this handler.voidTablesComponentAsXlsHandler. setCellExporter(CellExporter cellExporter)Set the exporter strategy to be used by this handler.Constructors in org.wicketstuff.poi.excel with parameters of type CellExporter Constructor Description TableParser(org.apache.poi.ss.usermodel.Sheet sheet, CellExporter cellExporter)
-