cancel
Showing results for 
Search instead for 
Did you mean: 

apache poi for copy from table to word

Former Member
0 Kudos

How can I copy from table in web dynpro application to microsoft word by apache poi?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Apache Poi provides you API files for creating word documents. You can use those api's to create the word document and copy the table content.

1. You need to include the jar file for poi as references.

2. Read the Node Elements which are bind to Table UI element.

3. Assign the Values to the word document using the poi api's provided.