Search code examples
javahtmlhtml-tablebirtdoc

Rendering a table in a word file (doc file)


I am displaying a table in an HTML page. I want to display those data in a word file and I want to download it from the webpage.

How do I generate a Doc file with tables?

What are the options available to me? BIRT or any other simple options?


Solution

  • Best way to do this is if you use free Apache POI library.

    Link: http://poi.apache.org/