|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
CSVExportDialog | A dialog for exporting a report to CSV format. |
CSVExportGUIModule | The module definition for the CSV export gui module. |
CSVExportPlugin | Encapsulates the CSVExportDialog into a separate plugin. |
CSVRawExportTask | An export task implementation that writes an report into a CSV file, and uses the raw target to create layouted content. |
CSVTableExportTask | An export task implementation that writes an report into a CSV file, and uses the table target to create layouted content. |
An CSV export module. The module registers itself during the module initialization in the preview frame.
The module contains support for raw and layouted csv exports. In the raw mode, the current data row will be written to the file, while the layouted mode tries to preserve the layout in the exported file.
As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.
For best layouted results, you should use the excel export target.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |