You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2009/08/03 16:02:33 UTC

svn commit: r800388 - /poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml

Author: nick
Date: Mon Aug  3 14:02:33 2009
New Revision: 800388

URL: http://svn.apache.org/viewvc?rev=800388&view=rev
Log:
Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, and hssf vs xssf

Modified:
    poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml

Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml?rev=800388&r1=800387&r2=800388&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/index.xml Mon Aug  3 14:02:33 2009
@@ -65,6 +65,14 @@
         If you're modifying spreadsheet data then use the usermodel api.  You
         can also generate spreadsheets this way.
             </p>
+            <p>
+        Note that the usermodel system has a higher memory footprint than
+        the low level eventusermodel, but have the major advantage of being 
+        much simpler to work with. Also please be aware that as the new
+        XSSF supported Excel 2007 OOXML (.xlsx) files are XML based, 
+        the memory footprint for processing them is higher than for the 
+        older HSSF supported (.xls) binary files.
+            </p>
         </section>
         <section>
           <title>Compatibility of POI-generated .xlsx files with MS Office 2008 for Mac SP2</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org