Author: centic
Date: Fri Dec 28 19:58:02 2018
New Revision: 1849882
URL: http://svn.apache.org/viewvc?rev=1849882&view=rev
Log:
add fixed bugs to changelog
Modified:
poi/site/src/documentation/content/xdocs/changes.xml
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1849882&r1=1849881&r2=1849882&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Fri Dec 28 19:58:02
2018
@@ -87,6 +87,10 @@
<release version="4.1.0" date="2019-02-??">
<actions>
+ <action dev="PD" type="fix" fixes-bug="61532" context="SXSSF">Fix
setting values/types during formula evaluation for SXSSF</action>
+ <action dev="PD" type="fix" fixes-bug="62629" context="OPC">Allow to
handle files with invalid content types for pictures</action>
+ <action dev="PD" type="fix" fixes-bug="62839" context="SL_Common">Fix
MathX.floor for negative n</action>
+ <action dev="PD" type="fix" fixes-bug="62884"
context="SL_Common">Sheetnum is not checked in
InternalWorkbook.setSheetHidden()</action>
<action dev="PD" type="fix" fixes-bug="62886" context="OPC">Regression
extracting text from corrupted docx files</action>
<action dev="PD" type="add" fixes-bug="63017" context="SL_Common
XSLF">Remove rows from a XSLFTable</action>
<action dev="PD" type="add" fixes-bug="60656" context="SL_Common XSLF
HSLF">EMF image support in slideshows</action>
Modified:
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml?rev=1849882&r1=1849881&r2=1849882&view=diff
==============================================================================
---
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
(original)
+++
poi/site/src/documentation/content/xdocs/components/spreadsheet/quick-guide.xml
Fri Dec 28 19:58:02 2018
@@ -693,7 +693,7 @@ Examples:
cs.setWrapText(true);
cell.setCellStyle(cs);
- //increase row height to accomodate two lines of text
+ //increase row height to accommodate two lines of text
row.setHeightInPoints((2*sheet.getDefaultRowHeightInPoints()));
//adjust column width to fit the content
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]