]> source.dussan.org Git - poi.git/commitdiff
Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, and hssf...
authorNick Burch <nick@apache.org>
Mon, 3 Aug 2009 14:02:33 +0000 (14:02 +0000)
committerNick Burch <nick@apache.org>
Mon, 3 Aug 2009 14:02:33 +0000 (14:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@800388 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/spreadsheet/index.xml

index 2a67bfca96a62914daeb08705b5ad7f5d2f73477..a9f025e4e2e90196f1a38155c522c693b258afa6 100644 (file)
         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>