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
570
Open Excel Exported Data From Memory
posted

In my app allows excel export on several of it's grids.  When the export is completed, I save it to a file on the hard drive, and then open it in a separate process.  My question is if it is possible to open excel with the data that was just exported without saving to the hard drive.

My application used to allow this by creating an excel object using Microsoft.Interop.Excel, and row by row manually adding to the excel sheet.  One of the many down sides to this was that it was painfully slow.  The infragistcs excel library takes care of the speed issues (thanks!!!), but my users want to be able to just open the workbook from memory without saving it.

 Any ideas?

Thanks,

Justin