Completed
Last Updated: 04 Mar 2013 05:33 by Svetlin
Svetlin
Created on: 04 Mar 2013 05:33
Category: GridView
Type: Bug Report
0
FIX. Export to excel fails when there is null values for GridViewDateTimeColumn.
Export to excel fails when there is null values for GridViewDateTimeColumn.
The following code snippet reproduce the issue:

ExportToExcelML export = new ExportToExcelML(gridView);
export.HiddenColumnOption = HiddenOption.DoNotExport;
export.HiddenRowOption = HiddenOption.DoNotExport;
export.ExportVisualSettings = false;
export.SheetMaxRows = ExcelMaxRows._1048576;
export.RunExport(targetFileName);
0 comments