diff options
author | Nick Burch <nick@apache.org> | 2009-08-03 14:02:33 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2009-08-03 14:02:33 +0000 |
commit | 03cd9e1783fd301046a5f2d6869b41f87c671247 (patch) | |
tree | 2720fdc6b926b65e8f9e645469726047ef5a7975 | |
parent | 27d577fbc1ca2ae5ca070141b3d99405048905d7 (diff) | |
download | poi-03cd9e1783fd301046a5f2d6869b41f87c671247.tar.gz poi-03cd9e1783fd301046a5f2d6869b41f87c671247.zip |
Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, and hssf vs xssf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@800388 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/index.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/spreadsheet/index.xml b/src/documentation/content/xdocs/spreadsheet/index.xml index 2a67bfca96..a9f025e4e2 100644 --- a/src/documentation/content/xdocs/spreadsheet/index.xml +++ b/src/documentation/content/xdocs/spreadsheet/index.xml @@ -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> |