Exporter.ExportFormat
Modifier and Type | Field and Description |
---|---|
static short |
BORDER_THIN |
static short |
H_ALIGN_CENTER |
static short |
V_ALIGN_BOTTOM |
ALIGN_BOTTOM, ALIGN_CENTER, BOLD, COLOR, FONT_NAME, FONT_SIZE, GREEN, GREY, HORIZONTAL_ALIGN, ITALIC, NA, ORANGE, PURPLE, ROTATION, STYLE_NAME, TYPEFACE, VERTICAL_ALIGN, YELLOW
Constructor and Description |
---|
XLSExport(MessageLogger logger,
java.io.InputStream templateStream,
Exporter.ExportFormat fileFormat) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(java.lang.String[] columnValues) |
java.lang.String[] |
getColumnNames() |
MessageLogger |
getLogger() |
void |
processPage(java.lang.String pageName,
java.lang.String[] colNames) |
void |
write(java.lang.String fileName) |
public static final short H_ALIGN_CENTER
public static final short V_ALIGN_BOTTOM
public static final short BORDER_THIN
public XLSExport(MessageLogger logger, java.io.InputStream templateStream, Exporter.ExportFormat fileFormat)
public MessageLogger getLogger()
public void addRow(java.lang.String[] columnValues)
public void processPage(java.lang.String pageName, java.lang.String[] colNames)
processPage
in interface Exporter
public java.lang.String[] getColumnNames()
getColumnNames
in interface Exporter