Style Intelligence v12.0

inetsoft.report.io
Class ExcelDataGenerator

java.lang.Object
  extended by inetsoft.report.io.AbstractGenerator
      extended by inetsoft.report.io.ExcelGenerator
          extended by inetsoft.report.io.ExcelSheetGenerator
              extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class inetsoft.report.io.ExcelGenerator
ExcelGenerator.HeaderOrFooterInfo
 
Field Summary
 
Fields inherited from class inetsoft.report.io.ExcelGenerator
allFooterElements, allHeaderElements, defaultFooterElements, defaultHeaderElements, EXCEL_DATA, EXCEL_SHEET, EXCEL2000, EXCEL95, formulaMap, isHeaderFooterInPageSetup, margin, SINGLECOL_WIDTH
 
Fields inherited from class inetsoft.report.io.AbstractGenerator
docInfo
 
Constructor Summary
protected ExcelDataGenerator(OutputStream output, String ver)
          Create an excel generator.
 
Method Summary
 
Methods inherited from class inetsoft.report.io.ExcelSheetGenerator
generate, generate, getBaseH, getMargin, isElementIgnored, isPageBreakSupported
 
Methods inherited from class inetsoft.report.io.ExcelGenerator
cancel, createExcelGenerator, createExcelGenerator, generate, generate, getPageSize, isLandscape, setLandscape, setPageSize
 
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
 

Constructor Detail

ExcelDataGenerator

protected ExcelDataGenerator(OutputStream output,
                             String ver)
Create an excel generator.

Parameters:
output - output stream to write the excel file.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.