public interface CellExporter
Cell. A general
purpose one is provided, but it can be customized by setting
TableComponentAsXlsHandler.setCellExporter(CellExporter)| Modifier and Type | Method and Description |
|---|---|
void |
exportCell(org.apache.wicket.markup.parser.XmlTag tag,
org.apache.wicket.markup.parser.XmlPullParser parser,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.wicket.Component tableComponent) |
void exportCell(org.apache.wicket.markup.parser.XmlTag tag,
org.apache.wicket.markup.parser.XmlPullParser parser,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.wicket.Component tableComponent)
throws ParseException
tag - parser - the XmlPullParser in use, can be useful to parse nested elementscell - the target cell, where the value needs to be settableComponent - the table components being parsedParseExceptionCopyright © 2015. All rights reserved.