Click here to Skip to main content
15,885,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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:

Tables – values and strings to be piped into cells within the Excel
workbook Charts – to be displayed as an image, We've rendered these using Highcharts.js.
Labels – to be displayed as a text box Images – to be displayed as an
image Labels from hyperlinks (no functionality behind them) – to be displayed as a text box
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.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900