SMART datagrid v.1 > Classes > GridExportOptions
If specify this property as true, when exporting to Excel, Dynamic Style applied to each cell will be reflected.
Dynamic styles like DataColumn.dynamicStyles, GridBody.cellDynamicStyles, rowDynamicStyles and DataCellStyle will all be applied.
Defaults to false.
DataLudi.exportToExcel(grdMain, {
target: "local",
fileName: "dlgrid.xlsx",
applyDynamicStyles: document.getElementById("chkApplyDynamics").checked,
...
});