title | description | type | page_title | slug | tags | res_type | category |
---|---|---|---|---|---|---|---|
Export Data to Excel with Custom Header and Footer |
An example on how to export data to Excel with a custom header and footer |
how-to |
Export Data to Excel with Custom Headers and Footers - Kendo UI for Vue ExcelExport |
excel-export-with-custom-header-footer |
kendovue, export, excel, header, footer, workbook |
kb |
knowledge-base |
Product Version | 5.3.0 |
Product | Progress® Kendo UI for Vue Native |
How can I add a custom header and footer to the exported data to Excel?
This can be achieved by customizing the Workbook component, enabling you to add new rows, such as headers and footers, to the existing rows collection before exporting the data.
{% meta height: 420 %} {% embed_file excel-export-with-custom-header-footer/main.vue preview %} {% embed_file excel-export-with-custom-header-footer/main.js %} {% endmeta %}