pandering to google
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26b9d79231
commit
05d10e5ff8
@ -18,11 +18,15 @@
|
|||||||
<section><title>Purpose</title>
|
<section><title>Purpose</title>
|
||||||
<p>
|
<p>
|
||||||
The POI project consists of APIs for manipulating various file formats
|
The POI project consists of APIs for manipulating various file formats
|
||||||
based upon Microsoft's OLE 2 Compound Document format using pure Java.
|
based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you can
|
||||||
|
read and write MS Excel files using Java. Soon, you'll be able to read and write
|
||||||
|
Word files using Java. POI is your Java Excel solution as well as your Word Excel solution.
|
||||||
|
However, we have a complete API for porting other OLE 2 Compound Document formats and welcome
|
||||||
|
others to participate.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
OLE 2 Compound Document Format based files include most Microsoft Office
|
OLE 2 Compound Document Format based files include most Microsoft Office
|
||||||
files such as XLS and DOC.
|
files such as XLS and DOC as well as MFC serialization API based file formats.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
As a general policy we try to collaborate as much as possible with other projects to
|
As a general policy we try to collaborate as much as possible with other projects to
|
||||||
@ -46,7 +50,7 @@
|
|||||||
we say that POIFS is the most complete and correct port of this file format to date!
|
we say that POIFS is the most complete and correct port of this file format to date!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You'd use HSSF if you needed to read or write an XLS (Excel) file using Java. You can also read and modify
|
You'd use HSSF if you needed to read or write an Excel file using Java (XLS). You can also read and modify
|
||||||
spreadsheets using this API, although right now writing is more mature.
|
spreadsheets using this API, although right now writing is more mature.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user