inetsoft.report.io
Class ExcelDataGenerator
java.lang.Object
inetsoft.report.io.AbstractGenerator
inetsoft.report.io.ExcelGenerator
inetsoft.report.io.ExcelSheetGenerator
inetsoft.report.io.ExcelDataGenerator
- All Implemented Interfaces:
- Generator
public class ExcelDataGenerator
- extends ExcelSheetGenerator
This is an excel generator. It takes a report, or a collection of generated
pages, and converts the output to an excel file. The excel output
will link tables and charts.
| Fields inherited from class inetsoft.report.io.ExcelGenerator |
allFooterElements, allHeaderElements, defaultFooterElements, defaultHeaderElements, EXCEL_DATA, EXCEL_SHEET, EXCEL2000, EXCEL95, formulaMap, isHeaderFooterInPageSetup, margin, SINGLECOL_WIDTH |
| Methods inherited from class inetsoft.report.io.AbstractGenerator |
addProgressListener, fireProgressEvent, getCachePages, getOutput, getReportCache, getReportId, removeProgressListener, setDocumentInfo, setOutput, setReportCache, setReportId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelDataGenerator
protected ExcelDataGenerator(OutputStream output,
String ver)
- Create an excel generator.
- Parameters:
output - output stream to write the excel file.