Skip to Content
0
Former Member
Aug 03, 2011 at 02:15 PM

Export data to Excel

43 Views

Hello Experts,

I'm trying to develop an application to export content from an htmlb TableView to an Excel file. I've already implemented everything (including the export button). The thing is that I'm not working in a web dynpro project, so I can't use the IWDCachedWebResource object. I'm working in a enterprise portal project, and my question is, after I get the string that has all the information needed to export (instead of an xml file, i used an html table), how do i create the object to export? Including the URL and the link to that URL.

Thanks in advance