Difference between revisions of "Apache POI - the Java API for Microsoft Documents"
Jump to navigation
Jump to search
(Trial import from script.) |
(Import from spreadsheet via script.) |
||
Line 1: | Line 1: | ||
{{Infobox_tool | {{Infobox_tool | ||
− | |purpose= The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). | + | |purpose=The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). |
|image= | |image= | ||
− | |homepage= http://poi.apache.org/ | + | |homepage=http://poi.apache.org/ |
|license= | |license= | ||
|platforms= | |platforms= |
Revision as of 21:20, 13 November 2013
Description
The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java.
User Experiences
Development Activity