The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
FHFabio Henrique BaptistaAugust 6, 2015 11:30 AM UTC
Sorry, forgot to mention that I am using "grid.ExportToExcel()"
EMElavarasan M Syncfusion Team August 7, 2015 06:35 AM UTC
Hi Fabio,
Thank you for using Syncfusion products.
We have analysed your query and you can achieve your requirement to manipulate the cell value while exporting the SfDataGrid into excel by using CellsExportingEventHandler which is used to customize the exporting of particular cell value in Excel. In the CellsExportingEventHandler, you can change the cell value for export based on the column name, cell type and the actual value of the cell like the below code snippet.