vdl-action-table-export
VDL action for exporting multiple tables into an Excel workbook document. This works with vdl-datagrid, vdl-pivottable and vdl-treegrid. If no table-ids are specified, all tables in the current view will be exported. If a datagrid is being filtered then only the filtered data will be included in the export. The data in the exported spreadsheet will be the underlying data, not display formatted data. Sheet titles can optionally be provided.
Note: Hardware dependent, extremely large exports may cause browser performance issues.
Required parent element
Example
<vdl-action-group name="exportTables">
<vdl-action-table-export filename="MyTableExport.xlsx" table-ids="=['vdl-datagrid-1', 'vdl-datagrid-3']" sheet-titles="=['My First Table', 'My Third Table']"></vdl-action-table-export>
</vdl-action-group>
Attributes
filename | The filename of the exported file. Defaults to export.xlsx | since 5.3 | accepts expression | |
---|---|---|---|---|
sheet-titles | An array of custom sheet titles ordered to match the table ids. | since 5.3 | requires expression | |
table-ids | An array of element IDs specifying the vdl-datagrid, vdl-pivottable or vdl-treegrid tables to be exported. | since 5.3 | requires expression |
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.