public class ExcelExporter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.poi.xssf.usermodel.XSSFWorkbook |
workbook |
| Constructor and Description |
|---|
ExcelExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportChartToXLS(org.jfree.data.xy.XYSeriesCollection dataset,
java.lang.String filename)
Export all XYSeries of XYSeriesCollection to a designated excel file
|
public void ExportChartToXLS(org.jfree.data.xy.XYSeriesCollection dataset,
java.lang.String filename)
throws java.io.IOException
Used for exporting execution results to excel sheets
dataset - the XYSeries Collectionfilename - path to filejava.io.IOException