The ExpressQuantumGrid allows you to export its display data to a file in CSV, HTML, TXT, XML, XLSX (Microsoft Excel 2007 or later) or XLS (Microsoft Excel 97-2003) format. The HTML, Microsoft Excel, and XML formats are more complex since they can reflect most of grid features, including styles, grouping, and master-detail relationships. When exporting to the CSV or TXT format, only the data and optionally, its arrangement are exported. You may also export only the cell content in a simplified layout to enable further data analysis of the exported data. This option is several times faster when compared to the standard (WYSIWYG-style) data export.
The following table lists supported data formats and export methods provided by the ExpressQuantumGrid.
输出格式 | 导出方法 | |
所见即所得 | 仅表格内容 | |
CSV | ExportGridToCSV | ExportGridDataToCSV |
HTML | ExportGridToHTML | ExportGridDataToHTML |
Text | ExportGridToText | ExportGridDataToText |
XLS(Microsoft Excel 97-2003) | ExportGridToExcel | ExportGridDataToExcel |
XLSX(Microsoft Excel 2007 或者更高) | ExportGridToXLSX | ExportGridDataToXLSX |
XML | ExportGridToXML | ExportGridDataToXML |
To call these methods, add the cxGridExportLink and cxExport units to the 'uses' clause.
|