Package org.wicketstuff.poi.excel
Interface CellExporter
-
- All Known Implementing Classes:
GeneralPurposeExporter
public interface CellExporterFunction interface to access the component table data and set in theCell. A general purpose one is provided, but it can be customized by settingTableComponentAsXlsHandler.setCellExporter(CellExporter)- Author:
- Pedro Santos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportCell(XmlTag tag, XmlPullParser parser, org.apache.poi.ss.usermodel.Cell cell, Component tableComponent)
-
-
-
Method Detail
-
exportCell
void exportCell(XmlTag tag, XmlPullParser parser, org.apache.poi.ss.usermodel.Cell cell, Component tableComponent) throws ParseException
- Parameters:
tag-HTML tag parser- theXmlPullParserin use, can be useful to parse nested elementscell- the target cell, where the value needs to be settableComponent- the table components being parsed- Throws:
ParseException
-
-