




SpreadsheetConverter to Java generates a JavaServer Page and a JavaBeans for each Excel spreadsheet that it converts. These files is suitable for use on any Java-based server, for example a J2EE solution, or inside a Java applet. The JSP-page takes the users input, feed it into the bean, and then display the result. It will also be possible to use the Java-bean as a stand-alone object. You can download and try it by clicking on 'Downloads' to the left.
Features
Good-looking calculating JSP-page from Excel. Separate JavaBean with full source.
The JSP-page can be used inside any JSP-enabled webserver, for example Tomcat, IBM WebSphere, Bea WebLogic
Built-in edit-debug-compile-test cycle for Tomcat
The JavaBeans can be used in any Java-project.
All calculations are done on the server, your formulas are totally hidden from the user.
No Excel needed on server. No Excel needed for the users of the JSP-pages.
Easy updating: fix spreadsheet and generate again.
Automatic reformatting of numbers on webpage using JavaScript.
Supports checkboxes and dropdown lists.