cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro java export data to Excel XLS

Former Member
0 Kudos

Hello All,

Does someone has any tutorial or link that explain how to export data from a table in Webdynpro Java to the Microsoft Office Excel XLS?

Advanced thanks.

[]'s

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

search in sdn, you will find tons of answer

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tulio,

You can also export to excel without using any 3rd party APIs (like POI, JExcel, etc.) by simply using HTML tags and writing them to excel as explained in the link below:

[http://wiki.sdn.sap.com/wiki/display/WDJava/ExporttoExcel(WithoutthirdpartyAPIs)]

Regards,

Pavithra

Former Member
0 Kudos

Hello John Wu, Gautam Singh and Pavithra.

First of, thanks so much for the reapplies. I really appreciate it.

The links are helpful.

Cheers.

gautam_singh
Participant
0 Kudos

Hello Tulio,

Please go through the following llink:

Exporting Data from Web Dynpro In Different Formats Using Open Source (POI, JExcel, iText) APIs

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0cc41cb-9576-2b10-99a6-ab90ef28c73b

Reusable WebDynpro Component for Export to Excel from Table UI Element. (Generic Method)

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d01854fd-1579-2c10-63ad-dd62edca2381

Thanks

Gautam Singh