public class ExcelExporter extends Object implements RowBasedExporter
| Constructor and Description |
|---|
ExcelExporter(OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaders(List<String> labels) |
void |
addRow(Object... columnValues) |
void |
close() |
public ExcelExporter(OutputStream stream)
public void addHeaders(List<String> labels)
addHeaders in interface RowBasedExporterpublic void addRow(Object... columnValues)
addRow in interface RowBasedExporterpublic void close()
close in interface RowBasedExporterCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.