You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2017/07/09 18:15:56 UTC

svn commit: r1801381 - /poi/site/src/documentation/content/xdocs/status.xml

Author: kiwiwings
Date: Sun Jul  9 18:15:56 2017
New Revision: 1801381

URL: http://svn.apache.org/viewvc?rev=1801381&view=rev
Log:
use excel extension (xlsx) instead of xml stylesheet (xsl(x))

Modified:
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1801381&r1=1801380&r2=1801381&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Jul  9 18:15:56 2017
@@ -60,7 +60,7 @@
     	<actions>
 	        <action dev="PD" type="fix" fixes-bug="61266" module="POIFS">More helpful exception on unsupported old MS Write WRI files</action>
 	        <action dev="PD" type="fix" fixes-bug="61243" module="POI Overall">Refactor and unify toString/toXml in DDF</action>
-	        <action dev="PD" type="fix" fixes-bug="61182" module="OPC">Invalid signature created for streamed xslx file</action>
+	        <action dev="PD" type="fix" fixes-bug="61182" module="OPC">Invalid signature created for streamed xlsx file</action>
     	</actions>
     </release>
 
@@ -874,7 +874,7 @@
         <action dev="PD" type="fix" fixes-bug="55731">Fix StringBuilder logic in DataFormatter.cleanFormatForNumber </action>
         <action dev="PD" type="fix" fixes-bug="55730">Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c </action>
         <action dev="PD" type="fix" fixes-bug="55901">Avoid using RMI based exception from PropertySetFactory, as it's not needed nor helpful</action>
-        <action dev="PD" type="fix" fixes-bug="55850">Fix NullPointerException during Xml-extraction from xslx</action>
+        <action dev="PD" type="fix" fixes-bug="55850">Fix NullPointerException during Xml-extraction from xlsx</action>
         <action dev="PD" type="fix" fixes-bug="55640">Avoid IndexOutOfboundsException when setting nested row grouping</action>
         <action dev="PD" type="fix" fixes-bug="55745">fix handling of tables in XSSF if there are comments as well</action>
         <action dev="PD" type="add" fixes-bug="55560">Patch for hiding slides in HSLF</action>



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