You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/11/24 21:33:53 UTC

svn commit: r1771233 - in /poi/site: publish/spreadsheet/how-to.html src/documentation/content/xdocs/spreadsheet/how-to.xml

Author: onealj
Date: Thu Nov 24 21:33:52 2016
New Revision: 1771233

URL: http://svn.apache.org/viewvc?rev=1771233&view=rev
Log:
bug 60416: update SXSSF how-to to mention hyperlinks may use a lot of memory

Modified:
    poi/site/publish/spreadsheet/how-to.html
    poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml

Modified: poi/site/publish/spreadsheet/how-to.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/how-to.html?rev=1771233&r1=1771232&r2=1771233&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/how-to.html (original)
+++ poi/site/publish/spreadsheet/how-to.html Thu Nov 24 21:33:52 2016
@@ -954,7 +954,7 @@ public class ExampleEventUserModel {
 <p>
     Please note that there are still things that still may consume a large
     amount of memory based on which features you are using, e.g. merged regions,
-    comments, ... are still only stored in memory and thus may require a lot of
+    hyperlinks, comments, ... are still only stored in memory and thus may require a lot of
     memory if used extensively.
     </p>
     

Modified: poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml?rev=1771233&r1=1771232&r2=1771233&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml (original)
+++ poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml Thu Nov 24 21:33:52 2016
@@ -677,7 +677,7 @@ public class ExampleEventUserModel {
     <p>
     Please note that there are still things that still may consume a large
     amount of memory based on which features you are using, e.g. merged regions,
-    comments, ... are still only stored in memory and thus may require a lot of
+    hyperlinks, comments, ... are still only stored in memory and thus may require a lot of
     memory if used extensively.
     </p>
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org