Skip to content

DevExpress-Examples/web-dashboard-custom-info-exported-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Web Forms - How to add custom information to the exported Excel document

This example shows how to add a custom header to each sheet for the exported workbook.

The ASPxDashboard.CustomizeExportDocument event allows you to obtain the stream of the exported document using the Stream property and customize the document's layout according to your requirements. For instance, Excel documents can be loaded into the Workbook component for further processing.

Files to Review

Documentation

More Examples