Tagged Questions

3
votes
6answers
137 views

Export to Excel and PDF in PHP, Causing code redundancy

I need to create export to excel and export to pdf option for some of my mysql queries and provide it to the user. But also, the user needs to view the query results on my website too. So, in this ...
1
vote
1answer
446 views

How to Export an HTML Table to Excel/Word/PDF/CSV?

I have a html table which is populated dynamically. I need to put 4 buttons below it which enables exporting the table structure and data to Excel, Word, PDF and CSV. What is the best/easiest ...
1
vote
1answer
3k views

Export MS Charts to PDF and Excel

I need to export a few (could be just one or more than one) Microsoft Charts to a PDF and Excel. It needs to happen on a button click and the charts should be directly exported to a PDF without ...
1
vote
2answers
430 views

Exporting web applications pages to excel/pdf

We have a requirement to export different pages of our I.E. only web application to Excel/pdf documents. The pages have graphics/grids/text, etc...They should also be printable as well. I heard ...
0
votes
0answers
174 views

Export .jsp to Excel/CSV/PDF Help

I'm trying to learn how to export data from a .jsp to either Excel/CSV/PDF. Are there any quick guides or tutorials? I'm confused and a starter in this. Can anyone guide me through? I got a rough ...
0
votes
1answer
2k views

How I can export a datatable to MS word 2007, excel 2007,csv from asp.net?

I am using the below code to Export DataTable to MS Word,Excel,CSV format & it's working fine. But problem is that this code export to MS Word 2003,Excel 2003 version. I need to Export my ...