]> source.dussan.org Git - poi.git/commitdiff
excluded rich text and outlines from POI 2.5 limitations
authorYegor Kozlov <yegor@apache.org>
Tue, 20 Mar 2007 14:04:49 +0000 (14:04 +0000)
committerYegor Kozlov <yegor@apache.org>
Tue, 20 Mar 2007 14:04:49 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520398 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hssf/limitations.xml

index 41f1b2418731db0f0e87cdd4b0a6fc9ed1c71e0c..69f2cc525b3b5ac00ff41f1cbe4b9c6bf69c65e7 100644 (file)
@@ -27,7 +27,7 @@
         </authors>
     </header>
     <body>
-        <section><title>Version 2.0 limitations</title>
+        <section><title>Version 2.5 limitations</title>
             <p>
                 The intent of this document is to outline some of the known limitations of the
                 POI HSSF API's.  It is not intended to be complete list of every bug or missing
                     a new spreadsheet out.  This is possible because POI attempts to keep existing records
                     intact as far as possible.<br/><br/>
                 </li>
-                <li>
-                    Rich Text<br/><br/>
-                    HSSF does not support rich text cells.  Rich text cells are
-                    cells that have multiple fonts and styles in the once cell.  Any attempt to read
-                    a spreadsheet that has rich text cells will throw an exception.  This feature may
-                    be supported in the future but it is not currently planned.  Patches are welcome.<br/><br/>
-                </li>
-                <li>
-                    Outlines<br/><br/>
-                    It is not yet possible to create outlines.  Reading a spreadsheet with outlines
-                    may work correctly but has not been tested.  Write support for outlines may
-                    be added in the future but it is not currently planned.  Patches are welcome.<br/><br/>
-                </li>
                 <li>
                     Macros<br/><br/>
                     Macros can not be created.  However, reading and re-writing files containing macros will