You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/11/14 09:46:48 UTC

svn commit: r1769583 - in /poi/site: publish/spreadsheet/limitations.html src/documentation/content/xdocs/spreadsheet/limitations.xml

Author: centic
Date: Mon Nov 14 09:46:48 2016
New Revision: 1769583

URL: http://svn.apache.org/viewvc?rev=1769583&view=rev
Log:
Mention new VBAMacroReader/Factory in limitations

Modified:
    poi/site/publish/spreadsheet/limitations.html
    poi/site/src/documentation/content/xdocs/spreadsheet/limitations.xml

Modified: poi/site/publish/spreadsheet/limitations.html
URL: http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/limitations.html?rev=1769583&r1=1769582&r2=1769583&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/limitations.html (original)
+++ poi/site/publish/spreadsheet/limitations.html Mon Nov 14 09:46:48 2016
@@ -270,7 +270,10 @@ if (VERSION > 3) {
 <br>
                     Macros can not be created. The are currently no plans to support macros.
                     However, reading and re-writing files containing macros will safely preserve 
-                    the macros.<br>
+                    the macros. Recent versions of Apache POI support extracting the macro data
+					via <a href="https://poi.apache.org/apidocs/org/apache/poi/poifs/macros/VBAMacroExtractor.html">VBAMacroExtractor</a>
+					and <a href="https://poi.apache.org/apidocs/org/apache/poi/poifs/macros/VBAMacroReader.html">VBAMacroReader</a>
+<br>
 <br>
                 
 </li>

Modified: poi/site/src/documentation/content/xdocs/spreadsheet/limitations.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/spreadsheet/limitations.xml?rev=1769583&r1=1769582&r2=1769583&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/spreadsheet/limitations.xml (original)
+++ poi/site/src/documentation/content/xdocs/spreadsheet/limitations.xml Mon Nov 14 09:46:48 2016
@@ -84,7 +84,9 @@
                     Macros<br/><br/>
                     Macros can not be created. The are currently no plans to support macros.
                     However, reading and re-writing files containing macros will safely preserve 
-                    the macros.<br/><br/>
+                    the macros. Recent versions of Apache POI support extracting the macro data
+					via <link href="https://poi.apache.org/apidocs/org/apache/poi/poifs/macros/VBAMacroExtractor.html">VBAMacroExtractor</link>
+					and <link href="https://poi.apache.org/apidocs/org/apache/poi/poifs/macros/VBAMacroReader.html">VBAMacroReader</link><br/><br/>
                 </li>
                 <li>
                     Pivot Tables<br/><br/>



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