SMART datagrid v.1 > Classes > DataColumn
Specify cell format of these column cells when exporting to Excel.
It specifies Excel format for Data Type of data field connected to column. If do not specify this property and specify GridExportOptions.numberFormat, Excel format will be specified by this corresponding value.
Please refer to Creating Excel Number Format.
column.setExcelFormat("#,##.00");