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
2585
DataPresenterExcelExporter Ignite UI Equivalent?
posted

Is there an equivalent to the WPF DataPresenterExcelExporter class that creates the workbook and excel file for you?

 

Parents
  • 365
    posted

    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.

Reply Children
No Data