Is there an equivalent to the WPF DataPresenterExcelExporter class that creates the workbook and excel file for you?
For what its worth, I currently generate xcel files for an ignite datagrid using this http://epplus.codeplex.com/
What I do is not so nice as a real exporter, but with a days work you can have the spread sheet and adapt it to other grids as well.
instead,
1. I use code similar to the code that generates the json to populate the grid to populate cells for a spread sheet, and save it on the server.
2. return the path to the file, so the client can download it. of course you can force the client to open a file too, but I did not.
Hi Jspooner,
I am really looking exactly like what you did epplus for exporting iggrid data to excel spreadsheet. could you share your code sample so it would be easy for me to create sheets quickly without spending much time on research.
Regards,
Praveen