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
60
Save (not Save as) Excel document
posted

Hi there,

using Infragistics Ultimate for Winforms v20, I generate an Excel Workbook from a SQLreader. This works fine, but the file might get quite big (some 100 MB). so populating all the data in memory and then saving the file in one write operation at the end is quite RAM-expensive.

Is there a way to save the the file "as of now", similar to the "Save" (not "Save as") command in Excel itself? Say, I'd save every 10000 rows? The Workbook.Save takes a filename and overwrites the file... Or did I miss a detail in the overloads?

Thanks
Martin