Programatically convert complex Excel file into HTML format

Posted by shuby_rocks on Stack Overflow See other posts from Stack Overflow or by shuby_rocks
Published on 2010-05-20T22:54:36Z Indexed on 2010/05/20 23:00 UTC
Read the original article Hit count: 161

Filed under:
|

Hello all,

I have a set of complex Excel files (with figures in it) that I want to show in a web browser. So I need to convert them into HTML page first. Since the excel files are very complex, I can not just parse them and generate a HTML table with HTML tags. The current manual solution that works fine is when I use Microsoft Excel software to save the spreadsheet as a HTML page. I want to automate this task in some way since I want to do it progrmatically through Java. Is their any existing solution or a way to do it? Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about excel