Skip to content

Files

Latest commit

 

History

History
38 lines (31 loc) · 1.13 KB

excel-export-with-custom-header-footer.md

File metadata and controls

38 lines (31 loc) · 1.13 KB
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

Environment

Product Version 5.3.0
Product Progress® Kendo UI for Vue Native

Description

How can I add a custom header and footer to the exported data to Excel?

Solution

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 %}