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
This commit is contained in:
parent
1a8eda0027
commit
4926b8c44a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user