Package org.pentaho.reporting.engine.classic.core.modules.gui.xls

An excel export module.

See:
          Description

Class Summary
ExcelExportDialog A dialog that is used to prepare the printing of a report into an Excel file.
ExcelExportGUIModule The module definition for the excel export gui module.
ExcelExportPlugin Encapsulates the ExcelExportDialog into a separate plugin.
ExcelExportTask An export task implementation, which writes a given report into an Excel file.
XSSFExcelExportDialog A dialog that is used to prepare the printing of a report into an Excel file.
XSSFExcelExportPlugin Encapsulates the ExcelExportDialog into a separate plugin.
XSSFExcelExportTask An export task implementation, which writes a given report into an Excel file.
 

Package org.pentaho.reporting.engine.classic.core.modules.gui.xls Description

An excel export module. The module registers itself during the module initialization in the preview frame.

The export is done using the Apache POI library. This library does not support images.

As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.