Author: nick
Date: Sat Feb 15 12:15:02 2014
New Revision: 1568627
URL: http://svn.apache.org/r1568627
Log:
Republish site docs
Modified:
poi/site/publish/changes.html
poi/site/publish/changes.rss
poi/site/publish/spreadsheet/how-to.html
Modified: poi/site/publish/changes.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1568627&r1=1568626&r2=1568627&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Feb 15 12:15:02 2014
@@ -255,6 +255,12 @@ if (VERSION > 3) {
<ul>
<li>
+<img class="icon" alt="add" src="images/add.jpg">53130 - SXSSF Shared Strings
option support(poi-developers)</li>
+
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg">55902 - Mixed fonts issue
with Chinese characters (unable to form images from ppt)(poi-developers)</li>
+
+<li>
<img class="icon" alt="add" src="images/add.jpg">56022 - XSSF Event Text
Extractor header/footer support(poi-developers)</li>
<li>
Modified: poi/site/publish/changes.rss
URL:
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1568627&r1=1568626&r2=1568627&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Sat Feb 15 12:15:02 2014
@@ -4,6 +4,14 @@
by
poi-developers
:
+ 53130 - SXSSF Shared Strings option
support</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
+ by
+ poi-developers
+ :
+ 55902 - Mixed fonts issue with Chinese characters (unable to
form images from ppt)</description></item><item><title>
add</title><link>http://poi.apache.org//changes.html</link><description> add
+ by
+ poi-developers
+ :
56022 - XSSF Event Text Extractor header/footer
support</description></item><item><title>
fix</title><link>http://poi.apache.org//changes.html</link><description> fix
by
poi-developers
Modified: poi/site/publish/spreadsheet/how-to.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/how-to.html?rev=1568627&r1=1568626&r2=1568627&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/how-to.html (original)
+++ poi/site/publish/spreadsheet/how-to.html Sat Feb 15 12:15:02 2014
@@ -916,6 +916,20 @@ public class ExampleEventUserModel {
Note that SXSSF allocates temporary files that you <strong>must</strong>
always clean up explicitly, by calling the dispose method.
</p>
+<p>
+ SXSSFWorkbook defaults to using inline strings instead of a shared strings
+ table. This is very efficient, since no document content needs to be kept
in
+ memory, but is also known to produce documents that are incompatible with
+ some clients. With shared strings enabled all unique strings in the
document
+ has to be kept in memory. Depending on your document content this could use
+ a lot more resources than with shared strings disabled.
+ </p>
+
+<p>
+ Carefully review your memory budget and compatibility needs before deciding
+ whether to enable shared strings or not.
+ </p>
+
<p> The example below writes a sheet with a window of 100 rows. When the row
count reaches 101,
the row with rownum=0 is flushed to disk and removed from memory, when
rownum reaches 102 then the row with rownum=1 is flushed, etc.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]