diff options
author | Javen O'Neal <onealj@apache.org> | 2017-02-27 05:37:43 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2017-02-27 05:37:43 +0000 |
commit | 8018c17caac01e630df0cd5243ada5453c83d6ee (patch) | |
tree | 140cabafa6c32960ceeacc0f8f7948c5839ea31f /README.rst | |
parent | ef7eeb2dc3c077b09888924f2046030ba1dc9efc (diff) | |
download | poi-8018c17caac01e630df0cd5243ada5453c83d6ee.tar.gz poi-8018c17caac01e630df0cd5243ada5453c83d6ee.zip |
fix formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 3816783ef4..252cffc5fc 100644 --- a/README.rst +++ b/README.rst @@ -26,13 +26,14 @@ This library includes the following components, roughly in descending order of m * Publisher (HPBF) And lower-level, supporting components: + * OLE2 Filesystem (POIFS) * OLE2 Document Properties (HPSF) * TNEF (HMEF) for Outlook winmail.dat files * OpenXML4J (OOXML) -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 H??F are for reading or writing OLE2 binary formats. +| Components named X??F are for reading or writing OpenOffice XML (OOXML) formats. Getting started ------------------ |