Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
Error exporting to excel 2007 format (Excel found unreadable content)
posted

I am using 2009.1 and for whatever reason I keep getting that error. There will be 975,170 rows to be exported.  I am using the below call and the file saves correctly and is about 60MB, but if I try to open it I get that error and if I say Ok to repair it truncates all the data past the Excel 2003 limit of 65,536 rows.  Any ideas?

string sFilename = ("D:\\BUILDS\\ProjectDumps\\overall.xlsx");
ultraGridExcelExporter1.Export(ultraGrid1,sFilename,WorkbookFormat.Excel2007);

Parents Reply Children
No Data