I have created a joined view (with a Data View Web Part in SharePoint Designer), how can I export it (ideally to Excel)?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
There isn't way for that to directly export to Excel. However, as iOnline247 mentioned, you can use jQuery to convert the HTML table on the page to CSV. Then you can save that and open it with Excel: http://www.kunalbabre.com/projects/table2CSV.php |
|||||
|
|
John Chapman is spot on with deciphering my comment. With a php solution, you'd have to have those bits on the server for it to work. I'm more familiar with datatables and the export options that exist with this library. If I remember correctly, we've done some very funky reporting --> export using this library. I'll ping Mark Rackley and get a definitive answer on the nested table question. |
|||||
|