A Java API to read, write, and modify Excel spreadsheets
December 22nd, 2009No Comments
Java Excel API
Java Excel API is a mature, open source java API enabling developers to read, write, and modifiy Excel spreadsheets dynamically. Now java developers can read Excel spreadsheets, modify them with a convenient and simple API, and write the changes to any output stream like disk, HTTP, database, or any socket.
As it is developed in Java, any operating system which can run a Java virtual machine can process Excel spreadsheets. It can be invoked using Servlet in any java based web applications.
Features
Reads data from Excel 95, 97, 2000, XP, and 2003 workbooks
Supports insertion and copying of images into spreadsheets Read More

