You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ye...@apache.org on 2007/03/20 15:04:50 UTC

svn commit: r520398 - /jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml

Author: yegor
Date: Tue Mar 20 07:04:49 2007
New Revision: 520398

URL: http://svn.apache.org/viewvc?view=rev&rev=520398
Log:
excluded rich text and outlines from POI 2.5 limitations

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml?view=diff&rev=520398&r1=520397&r2=520398
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hssf/limitations.xml Tue Mar 20 07:04:49 2007
@@ -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
@@ -41,19 +41,6 @@
                     however create a chart in Excel, modify the chart data values using HSSF and write
                     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/>



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/