Difference between revisions of "Apache POI - the Java API for Microsoft Documents"
Jump to navigation
Jump to search
(Trial import from script.) |
(Added links to Function and/or Content Type) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{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). |
− | + | |homepage=http://poi.apache.org/ | |
− | |homepage= http://poi.apache.org/ | + | |function=File Format Migration, Metadata Extraction, Encryption Detection |
− | | | + | |content=Document |
− | | | + | }} |
+ | {{Infobox tool details | ||
+ | |ohloh_id=poi | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Description = | = 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 = | = User Experiences = |
Latest revision as of 13:40, 20 April 2021
Description[edit]
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.