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
120
UltraGridExcelExporter - OutOfMemoryException
posted

Hello,

Currently running on 15.1 and continue to get OutOfMemoryException trying to export less than 65,000 rows (including just trying to export one column).

var exporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter();
   
exporter.Export( Grid, FileName, WorkbookFormat.Excel2007 );

Dion

Parents Reply Children
No Data