public class GeneralPurposeExporter extends Object implements CellExporter
String.| Constructor and Description |
|---|
GeneralPurposeExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportCell(XmlTag tag,
XmlPullParser parser,
org.apache.poi.ss.usermodel.Cell cell,
Component gridComponent) |
protected Component |
getLinkInnerComponent(Link<?> link) |
protected void |
handleCalendar(org.apache.poi.ss.usermodel.Cell cell,
Calendar calendar) |
protected void |
handleDate(org.apache.poi.ss.usermodel.Cell cell,
Date date) |
protected void |
handleNumber(org.apache.poi.ss.usermodel.Cell cell,
Number number) |
public void exportCell(XmlTag tag, XmlPullParser parser, org.apache.poi.ss.usermodel.Cell cell, Component gridComponent) throws ParseException
exportCell in interface CellExportertag - parser - the XmlPullParser in use, can be useful to parse nested elementscell - the target cell, where the value needs to be setgridComponent - the table components being parsedParseExceptionprotected void handleNumber(org.apache.poi.ss.usermodel.Cell cell,
Number number)
protected void handleCalendar(org.apache.poi.ss.usermodel.Cell cell,
Calendar calendar)
protected void handleDate(org.apache.poi.ss.usermodel.Cell cell,
Date date)
Copyright © 2019. All rights reserved.