Difference between revisions of "Apache POI - the Java API for Microsoft Documents"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 14: Line 14:
  
 
= 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.  
+
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 =

Revision as of 22:06, 10 November 2013

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/


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