Using a Java Servlet to Generate Up-To-Date Microsoft Excel Spreadsheets
You don't have to automate Excel or use Jakarta to create simple Excel spreadsheets. Find out how to create them dynamically using a Java servlet.
by Kulvir Singh Bhogal
April 28, 2006
ind out how to create simple Excel spreadsheets dynamically using a Java servlet.
Spreadsheets play a vital role in the enterprise. Business analysts and management typically use the data in spreadsheets to make critical business decisions. The DevX article "Learn to Read and Write Microsoft Excel Documents with Jakarta's POI" shows you how to read and write Microsoft Excel documents using Apache Jakarta's POI. In this article, I'll show you how you can create simple Microsoft Excel spreadsheets dynamically on a J2EE Web application server. Accordingly, Web site visitors will be able to visit a URL and have the most up-to-date spreadsheet data available to them via their Web browsers. I'll show you how to create your spreadsheets in a Java servlet engine such as that of IBM WebSphere Application Server Version 6 without having to use a facility such as POI.
It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com. Already a member?
To become a member of DevX.com create your Member Profile by completing the form below. Membership is free!