vendredi 17 avril 2015

Exporting in excel

In my application which is built using MVC4 and other .Net technologies, I need to give export functionality on every page. The pages will have charts, HTML tables, images, other HTML controls etc. When exporting to Excel, the below objects will be transferred as listed below:



  1. Tables – values and strings to be piped into cells within the Excel

  2. workbook Charts – to be displayed as an image

  3. Labels – to be displayed as a text box Images – to be displayed as an

  4. image Labels from hyperlinks (no functionality behind them) – to be displayed as a text box

  5. Row expanders (Excel only) – to be passed as excel row grouping


I can think about OPEN XML framework, which will fulfill most of my requirements, However I was trying to search more specifics JQuery plugins.


Thanks in advance.


Aucun commentaire:

Enregistrer un commentaire