From: Nick Burch Date: Mon, 3 Aug 2009 14:02:33 +0000 (+0000) Subject: Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, and hssf... X-Git-Tag: REL_3_5-FINAL~59 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03cd9e1783fd301046a5f2d6869b41f87c671247;p=poi.git 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 --- 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.

+

+ 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. +

Compatibility of POI-generated .xlsx files with MS Office 2008 for Mac SP2