Hi, how can i Open Datagrid export Excel file without saving it.
I don't beleive you can. As far as I know, Microsoft Excel requires you to open a file. There's no way to open an Excel file in memory without a file.
You might be able to do something like this using the Microsoft Office Interop classes in DotNet to create an instance of Excel, create a new worksheet and populate it with data. But there is no intergration with this and the UltraWinGrid exporting feature, it's something you would have to code outside the grid.
Hi,
I'm not sure I understand what your asking. Are you tring to export data from an UltraGrid into Excel without creating an Excel file?
Andy.