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
1610
RE: Export to Excel is very slow. Is it possible to do it on a separate thread?
posted

Hi,

just wondering if 11 years after this is still my only option

I have a grid with 277 rows and 3679 columns (using nested groups) 

I'm using these lines to export:

UltraGridExcelExporter excelExporter = new UltraGridExcelExporter();
excelExporter.Export(grid, fileName, WorkbookFormat.Excel2007);

So far 40 min running and it didn't finish yet

Any suggestion?

thanks

Parents Reply Children