mirror of https://github.com/apache/poi.git
revert README change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
484074dd68
commit
067baed674
|
@ -1,4 +1,6 @@
|
||||||
# Apache POI
|
|
||||||
|
Apache POI
|
||||||
|
======================
|
||||||
|
|
||||||
A Java library for reading and writing Microsoft Office binary and OOXML file formats.
|
A Java library for reading and writing Microsoft Office binary and OOXML file formats.
|
||||||
|
|
||||||
|
@ -30,11 +32,11 @@ And lower-level, supporting components:
|
||||||
* TNEF (HMEF) for Outlook winmail.dat files
|
* TNEF (HMEF) for Outlook winmail.dat files
|
||||||
* OpenXML4J (OOXML)
|
* OpenXML4J (OOXML)
|
||||||
|
|
||||||
Components named H??F are for reading or writing OLE2 binary formats.
|
| Components named H??F are for reading or writing OLE2 binary formats.
|
||||||
|
| Components named X??F are for reading or writing OpenOffice XML (OOXML) formats.
|
||||||
|
|
||||||
Components named X??F are for reading or writing OpenOffice XML (OOXML) formats.
|
Getting started
|
||||||
|
------------------
|
||||||
# Getting started
|
|
||||||
|
|
||||||
Website: https://poi.apache.org/
|
Website: https://poi.apache.org/
|
||||||
|
|
||||||
|
@ -57,7 +59,8 @@ Source code:
|
||||||
|
|
||||||
Requires Java 1.8 or later.
|
Requires Java 1.8 or later.
|
||||||
|
|
||||||
# Contributing
|
Contributing
|
||||||
|
------------------
|
||||||
|
|
||||||
* Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
|
* Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
|
||||||
|
|
||||||
|
@ -81,6 +84,13 @@ Requires Java 1.8 or later.
|
||||||
|
|
||||||
* More info: `How To Build page`_ at apache.org
|
* More info: `How To Build page`_ at apache.org
|
||||||
|
|
||||||
|
Building jar files
|
||||||
|
------------------
|
||||||
|
|
||||||
|
To build the jar files for poi, poi-ooxml, poi-ooxml-lite, poi-ooxml-full and poi-examples::
|
||||||
|
|
||||||
|
ant jar
|
||||||
|
|
||||||
.. _Mailing lists: https://poi.apache.org/mailinglists.html
|
.. _Mailing lists: https://poi.apache.org/mailinglists.html
|
||||||
.. _Developers: https://lists.apache.org/list.html?dev@poi.apache.org
|
.. _Developers: https://lists.apache.org/list.html?dev@poi.apache.org
|
||||||
.. _Users: https://lists.apache.org/list.html?user@poi.apache.org
|
.. _Users: https://lists.apache.org/list.html?user@poi.apache.org
|
Loading…
Reference in New Issue