Programmatically Manipulating Microsoft Excel Spreadsheets with the Apache POI API
Hits: 389
Description: ( Page 1 of 4 ) The Apache Jakarta POI project consists of Java APIs dedicated to the manipulation of files based on Microsoft s OLE 2 Compound Document format. In this article, you ll learn how to use the APIs of the POI project to read from and write to Microsoft Excel spreadsheets. As you will see, the programmatic liberty to manipulate Excel files represents a powerful offering to the Java programmer.The Apache POI contains a number of components. In this article, we ll be focusing...