Author: kiwiwings
Date: Thu Feb 20 01:09:10 2014
New Revision: 1570027
URL: http://svn.apache.org/r1570027
Log:
corrected a few typos
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=1570027&r1=1570026&r2=1570027&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Feb 20 01:09:10 2014
@@ -17,7 +17,6 @@
limitations under the License.
====================================================================
-->
-<!-- forrest doesn't like the changes reference ... -->
<!DOCTYPE changes PUBLIC "-//APACHE//DTD Changes V1.1//EN"
"./dtd/changes-v11.dtd">
<changes title="History of Changes">
@@ -100,9 +99,9 @@
<action dev="PD" type="fix" fixes-bug="52233">Do not make the
XSSFSheet invalid during write()</action>
<action dev="PD" type="add"
fixes-bug="55195">MultiOperandNumericFunction.collectValue() currently uses
concrete final classes but should use interfaces instead</action>
<action dev="PD" type="fix" fixes-bug="55380">Endless loop in
CellRangeUtil.mergeRanges() when regions are overlapping</action>
- <action dev="PD" type="add" fixes-bug=">55347,45551">Integrate 55292
into XSSF extractors -- extract text from text boxes in xlsx files</action>
+ <action dev="PD" type="add" fixes-bug="55347,45551">Integrate 55292
into XSSF extractors -- extract text from text boxes in xlsx files</action>
<action dev="PD" type="fix" fixes-bug="55361">Tika 792 - Avoid
CTMarkup NoSuchMethodException stack trace by adding two beans to
ooxml-lite"</action>
- <action dev="PD" type="fix" fixes-bug=">55294,52186">Fix column
grouping in XSSF.</action>
+ <action dev="PD" type="fix" fixes-bug="55294,52186">Fix column
grouping in XSSF.</action>
<action dev="PD" type="add" fixes-bug="55292">Enhancements to
XSSFSimpleShape (textbox) including: ability to add multiple paragraphs,
formatting (read/write) and text extraction.</action>
<action dev="PD" type="fix" fixes-bug="55191">Avoid a
ClassCastException if a HPSF string property isn't directly stored as a
string</action>
<action dev="PD" type="fix">HSMF ascii encoding detection should use
the CodePage properties where available</action>
@@ -183,17 +182,17 @@
<action dev="PD" type="fix" fixes-bug="53780">Fixed memory and
temporary file leak in SXSSF </action>
<action dev="PD" type="fix" fixes-bug="53380">ArrayIndexOutOfBounds
Excetion parsing word 97 document. </action>
<action dev="PD" type="fix" fixes-bug="53434">Subtotal is not return
correct value. </action>
- <action dev="PD" type="fix" fixes-bug="53642">[PATCH] XLS formula
evaluation logging </action>
+ <action dev="PD" type="fix" fixes-bug="53642">XLS formula evaluation
logging </action>
<action dev="PD" type="fix" fixes-bug="53561">Unexpected adding of
drawings into a workbook </action>
<action dev="PD" type="fix" fixes-bug="53413">[GSoC] Improved work
with shapes. HSSF </action>
<action dev="PD" type="fix" fixes-bug="53361">feature: enhancements in
EscherAggregate </action>
- <action dev="PD" type="fix" fixes-bug="53302">[Patch] EscherAggregate
does not handle Continue records </action>
+ <action dev="PD" type="fix" fixes-bug="53302">EscherAggregate does not
handle Continue records </action>
<action dev="PD" type="fix" fixes-bug="53144">First comment not cloned
after cloneSheet() </action>
<action dev="PD" type="fix" fixes-bug="53028">Broken auto fit row
height in the cells with word wrap </action>
<action dev="PD" type="fix" fixes-bug="53010">[GSoC2012] Improve
drawing support in HSSF </action>
<action dev="PD" type="fix" fixes-bug="52764">Unmodified cell comments
disappear after HSSFWorkbook.write </action>
<action dev="PD" type="fix" fixes-bug="52300">Corrupted File after
cloneSheet() </action>
- <action dev="PD" type="fix" fixes-bug="52272">[PATCH] Inserting images
on cloned sheet with images. </action>
+ <action dev="PD" type="fix" fixes-bug="52272">Inserting images on
cloned sheet with images. </action>
<action dev="PD" type="fix" fixes-bug="51796">The
[EscherClientAnchorRecord] for object (eg: TextBox,Shape) may get lost.
</action>
<action dev="PD" type="fix" fixes-bug="51683">[HSSF] Improve support
for Shapes and Shape Groups </action>
<action dev="PD" type="fix" fixes-bug="51676">Using
drawingPatriarch.createCellComment(anchor) leads to File error: data may have
been lost </action>
@@ -1209,42 +1208,42 @@
<action dev="PD" type="add">Support for tables in HSLF</action>
<action dev="PD" type="fix" fixes-bug="43781">Fix for extracting text
from TextBoxes HSLF in</action>
<action dev="PD" type="fix">Improve JavaDocs relating to hssf font and
fill colourings</action>
- <action dev="PD" type="add">44095, 44097, 44099 - [PATCH] Support for
Mid, Replace and Substitute excel functions</action>
- <action dev="PD" type="add" fixes-bug="44055">[PATCH] Support for
getting the from field from HSMF messages</action>
- <action dev="PD" type="add" fixes-bug="43551">[PATCH] Support for 1904
date windowing in HSSF (previously only supported 1900 date windowing)</action>
- <action dev="PD" type="add" fixes-bug="41064">[PATCH] Support for
String continue records</action>
- <action dev="PD" type="add" fixes-bug="27511">[PATCH] Support for data
validation, via DVRecord and DVALRecord</action>
+ <action dev="PD" type="add" fixes-bug="44095,44097,44099">Support for
Mid, Replace and Substitute excel functions</action>
+ <action dev="PD" type="add" fixes-bug="44055">Support for getting the
from field from HSMF messages</action>
+ <action dev="PD" type="add" fixes-bug="43551">Support for 1904 date
windowing in HSSF (previously only supported 1900 date windowing)</action>
+ <action dev="PD" type="add" fixes-bug="41064">Support for String
continue records</action>
+ <action dev="PD" type="add" fixes-bug="27511">Support for data
validation, via DVRecord and DVALRecord</action>
</release>
<release version="3.0.2-BETA1" date="2007-12-04">
<action dev="PD" type="fix" fixes-bug="43877">Fix for handling mixed
OBJ and CONTINUE records</action>
<action dev="PD" type="fix" fixes-bug="39512">Fix for handling mixed
OBJ and CONTINUE records</action>
- <action dev="PD" type="fix" fixes-bug="43837">[PATCH] Support for
unicode NameRecords</action>
+ <action dev="PD" type="fix" fixes-bug="43837">Support for unicode
NameRecords</action>
<action dev="PD" type="fix" fixes-bug="43807">Throw an
IllegalArgumentException if asked to create a merged region with invalid
columns or rows, rather than writing out a corrupt file</action>
- <action dev="PD" type="fix" fixes-bug="43837">[PATCH] Support for
unicode NameRecords</action>
- <action dev="PD" type="add" fixes-bug="43721">[PATCH] Support for
Chart Title Format records</action>
- <action dev="PD" type="fix" fixes-bug="42794">[PATCH] Fix for BOF
records from things like Access</action>
+ <action dev="PD" type="fix" fixes-bug="43837">Support for unicode
NameRecords</action>
+ <action dev="PD" type="add" fixes-bug="43721">Support for Chart Title
Format records</action>
+ <action dev="PD" type="fix" fixes-bug="42794">Fix for BOF records from
things like Access</action>
<action dev="PD" type="fix" fixes-bug="43648">Fix for IntPtg and short
vs int</action>
- <action dev="PD" type="fix" fixes-bug="43751">[PATCH] - Fix for
handling rotated text in HSSFSheet.autoSizeColumn</action>
+ <action dev="PD" type="fix" fixes-bug="43751">Fix for handling rotated
text in HSSFSheet.autoSizeColumn</action>
<action dev="PD" type="add">Include an Excel text extractor, and put
all existing text extractors under a common superclass</action>
<action dev="PD" type="add">Improvements to the LZW compression engine
used by HDGF</action>
<action dev="PD" type="add">HSSFPicture.resize() - a handy method to
reset a picture to its original width and height</action>
<action dev="PD" type="add">Add a getSheetIndex(HSSFSheet) method to
HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook</action>
<action dev="PD" type="add">Move POIDocument out of Scratchpad, and
update HSSFWorkbook to use it</action>
- <action dev="PD" type="fix" fixes-bug="43399">[PATCH] - Fix for Cell
References for rows > 32678</action>
- <action dev="PD" type="fix" fixes-bug="43410">[PATCH] - Improved
Formula Parser support for numbers and ranges</action>
+ <action dev="PD" type="fix" fixes-bug="43399">Fix for Cell References
for rows > 32678</action>
+ <action dev="PD" type="fix" fixes-bug="43410">Improved Formula Parser
support for numbers and ranges</action>
<action dev="PD" type="add">When writing HSLF files out, optionally
preserve all OLE2 nodes (default is just the HSLF related nodes)</action>
- <action dev="PD" type="add" fixes-bug="43323">[PATCH] - Support for
adding Pictures to ShapeGroups in HSLF.</action>
- <action dev="PD" type="add" fixes-bug="43222">[PATCH] - Support for
getting OLE object data from HSSFWorkbook.</action>
- <action dev="PD" type="add" fixes-bug="43247">[PATCH] - Support for
getting OLE object data from slideshows.</action>
- <action dev="PD" type="add" fixes-bug="43125">[PATCH] - Support for
reading EMF, WMF and PICT images via HSSFWorkbook.getAllPictures()</action>
- <action dev="PD" type="fix" fixes-bug="43088">[PATCH] - Fix for
reading files with long cell comments and text boxes</action>
- <action dev="PD" type="fix" fixes-bug="42844">[PATCH] - Fix for the
EventUserModel and records that aren't immediately followed by their
ContinueRecords</action>
- <action dev="PD" type="fix" fixes-bug="43055">[PATCH] - Fix for saving
Crystal Reports xls files when preserving nodes</action>
- <action dev="PD" type="fix" fixes-bug="43116">[PATCH] - Fix for Escher
layer handling of embeded OLE2 documents</action>
- <action dev="PD" type="fix" fixes-bug="43108">[PATCH] - Where
permissions deny fetching System Properties, use sensible defaults</action>
- <action dev="PD" type="fix" fixes-bug="43093">[PATCH] - Fix formula
evaluator support for Area3D references to other sheets</action>
+ <action dev="PD" type="add" fixes-bug="43323">Support for adding
Pictures to ShapeGroups in HSLF.</action>
+ <action dev="PD" type="add" fixes-bug="43222">Support for getting OLE
object data from HSSFWorkbook.</action>
+ <action dev="PD" type="add" fixes-bug="43247">Support for getting OLE
object data from slideshows.</action>
+ <action dev="PD" type="add" fixes-bug="43125">Support for reading EMF,
WMF and PICT images via HSSFWorkbook.getAllPictures()</action>
+ <action dev="PD" type="fix" fixes-bug="43088">Fix for reading files
with long cell comments and text boxes</action>
+ <action dev="PD" type="fix" fixes-bug="42844">Fix for the
EventUserModel and records that aren't immediately followed by their
ContinueRecords</action>
+ <action dev="PD" type="fix" fixes-bug="43055">Fix for saving Crystal
Reports xls files when preserving nodes</action>
+ <action dev="PD" type="fix" fixes-bug="43116">Fix for Escher layer
handling of embeded OLE2 documents</action>
+ <action dev="PD" type="fix" fixes-bug="43108">Where permissions deny
fetching System Properties, use sensible defaults</action>
+ <action dev="PD" type="fix" fixes-bug="43093">Fix formula evaluator
support for Area3D references to other sheets</action>
<action dev="PD" type="fix">Improvements to
HSSFDateUtils.isADateFormat, and have HSSFDateUtil.isCellDateFormatted use
this</action>
- <action dev="PD" type="fix" fixes-bug="42999">[PATCH] - Fix for
HSSFPatriarch positioning problems</action>
+ <action dev="PD" type="fix" fixes-bug="42999">Fix for HSSFPatriarch
positioning problems</action>
<action dev="PD" type="add">Support for write-protecting a HSSF
workbook</action>
<action dev="PD" type="add">Support for querying, setting and
un-setting protection on sheets in a HSSF workbook</action>
<action dev="PD" type="add">Initial HSMF (outlook) support</action>
@@ -1253,21 +1252,21 @@
<release version="3.0.1-FINAL" date="2007-07-05">
<action dev="PD" type="fix">Administrative updates to the Maven POMs,
and the release artificat build process</action>
- <action dev="PD" type="fix" fixes-bug="23951">[PATCH] Fix for HSSF
setSheetOrder and tab names</action>
- <action dev="PD" type="fix" fixes-bug="42524">[PATCH] Better HSLF
support for problem shape groups</action>
- <action dev="PD" type="fix" fixes-bug="42520">[PATCH] Better HSLF
support for corrupt picture records</action>
+ <action dev="PD" type="fix" fixes-bug="23951">Fix for HSSF
setSheetOrder and tab names</action>
+ <action dev="PD" type="fix" fixes-bug="42524">Better HSLF support for
problem shape groups</action>
+ <action dev="PD" type="fix" fixes-bug="42520">Better HSLF support for
corrupt picture records</action>
<action dev="PD" type="add">Initial support for a "missing record
aware" HSSF event model</action>
<action dev="PD" type="add">Additional HSLF support for Title and
Slide Master Sheets</action>
- <action dev="PD" type="fix" fixes-bug="42474">[PATCH] Improved HSLF
note to slide matching, and a NPE</action>
- <action dev="PD" type="fix" fixes-bug="42481">[PATCH] Tweak some HSLF
exceptions, to make it clearer what you're catching</action>
- <action dev="PD" type="fix" fixes-bug="42667">[PATCH] Fix for HSLF
writing of files with tables</action>
+ <action dev="PD" type="fix" fixes-bug="42474">Improved HSLF note to
slide matching, and a NPE</action>
+ <action dev="PD" type="fix" fixes-bug="42481">Tweak some HSLF
exceptions, to make it clearer what you're catching</action>
+ <action dev="PD" type="fix" fixes-bug="42667">Fix for HSLF writing of
files with tables</action>
<action dev="PD" type="add">Improved way of detecting HSSF cells that
contain dates, isADateFormat</action>
<action dev="PD" type="add">Initial, read-only support for Visio
documents, as HDGF</action>
</release>
<release version="3.0-FINAL" date="2007-05-18">
- <action dev="PD" type="fix" fixes-bug="39977">[PATCH] Fix POM for
Maven users</action>
- <action dev="PD" type="fix" fixes-bug="38976">[PATCH] Add
createPicture to HSSFShapeGroup</action>
+ <action dev="PD" type="fix" fixes-bug="39977">Fix POM for Maven
users</action>
+ <action dev="PD" type="fix" fixes-bug="38976">Add createPicture to
HSSFShapeGroup</action>
<action dev="PD" type="add">Detect Office 2007 XML documents, and
throw a meaningful exception</action>
<action dev="PD" type="add">Additional HSLF support for
PowerPoint</action>
<action dev="PD" type="add">Initial support for HWPF image
extraction</action>
@@ -1280,20 +1279,20 @@
<release version="3.0-alpha2" date="2006-06-16">
<action dev="PD" type="add">HSSF Formula support</action>
<action dev="PD" type="add">Additional HSLF support for
PowerPoint</action>
- <action dev="PD" type="fix" fixes-bug="39389">[PATCH] Extended Ascii
support for WingDings</action>
+ <action dev="PD" type="fix" fixes-bug="39389">Extended Ascii support
for WingDings</action>
</release>
<release version="3.0-alpha1" date="2005-06-04">
- <action dev="PD" type="fix">Bugzilla Bug 29976 [PATCH] HSSF hyperlink
formula size problem</action>
+ <action dev="PD" type="fix">Bugzilla Bug 29976 HSSF hyperlink formula
size problem</action>
<action dev="PD" type="add">Image writing support</action>
<action dev="NB" type="add">HSLF - Initial PowerPoint Support.
Includes: Support for text extraction across the whole file; Support for
getting individual slides, and their notes, and extracting text from those;
Initial support for changing (but not adding) text</action>
</release>
<release version="2.5.1-FINAL" date="2004-02-29">
<action dev="PD" type="add">Outlining support</action>
- <action dev="PD" type="fix" fixes-bug="27574">[PATCH]
HSSFDateUtil.getExcelDate() is one hour off when DST changes</action>
- <action dev="PD" type="fix" fixes-bug="26465">[PATCH] wrong lastrow
entry</action>
- <action dev="PD" type="fix" fixes-bug="28203">[PATCH] Unable to open
read-write excel file including forms</action>
+ <action dev="PD" type="fix"
fixes-bug="27574">HSSFDateUtil.getExcelDate() is one hour off when DST
changes</action>
+ <action dev="PD" type="fix" fixes-bug="26465">wrong lastrow
entry</action>
+ <action dev="PD" type="fix" fixes-bug="28203">Unable to open
read-write excel file including forms</action>
</release>
<release version="2.5-FINAL" date="2004-02-29">
@@ -1329,24 +1328,24 @@
<action dev="PD" type="fix" fixes-bug="16560">(Nor) testBoolErr.xls
crashes Excel '97</action>
<action dev="PD" type="fix" fixes-bug="17374">(Min) HSSFFont -
BOLDWEIGHT_NORMAL</action>
<action dev="PD" type="fix" fixes-bug="18800">(Maj) The sheet made by
HSSFWorkbook#cloneSheet() doesn't work cor</action>
- <action dev="PD" type="fix" fixes-bug="18846">(Min)
[PATCH][RFE]Refactor the transformation between byte array a</action>
+ <action dev="PD" type="fix" fixes-bug="18846">(Min) [RFE]Refactor the
transformation between byte array a</action>
<action dev="PD" type="fix" fixes-bug="19599">(Min)
java.lang.IllegalArgumentException</action>
- <action dev="PD" type="fix" fixes-bug="19961">(Nor) [PATCH]
Sheet.getColumnWidth() returns wrong value</action>
+ <action dev="PD" type="fix" fixes-bug="19961">(Nor)
Sheet.getColumnWidth() returns wrong value</action>
<action dev="PD" type="fix" fixes-bug="21066">(Blo) Can not modify a
blank spreadsheet</action>
- <action dev="PD" type="fix" fixes-bug="21444">(Enh) [PATCH] Macro
functions</action>
+ <action dev="PD" type="fix" fixes-bug="21444">(Enh) Macro
functions</action>
<action dev="PD" type="fix" fixes-bug="21447">(Nor) [RFE]String
Formula Cells</action>
- <action dev="PD" type="fix" fixes-bug="21674">(Enh) [PATCH]
Documentation changes for @(Greater|Less|Not)EqualPt</action>
- <action dev="PD" type="fix" fixes-bug="21863">(Enh) [PATCH] build.xml
fixes</action>
- <action dev="PD" type="fix" fixes-bug="22195">(Nor) [RFE] [PATCH]
Support for Storage Class ID</action>
+ <action dev="PD" type="fix" fixes-bug="21674">(Enh) Documentation
changes for @(Greater|Less|Not)EqualPt</action>
+ <action dev="PD" type="fix" fixes-bug="21863">(Enh) build.xml
fixes</action>
+ <action dev="PD" type="fix" fixes-bug="22195">(Nor) [RFE] Support for
Storage Class ID</action>
<action dev="PD" type="fix" fixes-bug="22742">(Cri) Failed to create
HSSFWorkbook!</action>
<action dev="PD" type="fix" fixes-bug="22922">(Cri)
HSSFSheet.shiftRows() throws java.lang.IndexOutOfBoundsExcep</action>
<action dev="PD" type="fix" fixes-bug="22963">(Nor)
org.apache.poi.hpsf.SummaryInformation.getEditTime() should</action>
<action dev="PD" type="fix" fixes-bug="24149">(Maj) Error passing
inputstream to POIFSFileSystem</action>
- <action dev="PD" type="fix" fixes-bug="21722">(Nor) [PATCH] Add a
ProtectRecord to Sheets and give control over</action>
- <action dev="PD" type="fix" fixes-bug="9576"> (Nor) [PATCH] DBCELL,
INDEX EXTSST (was Acess 97 import)</action>
- <action dev="PD" type="fix" fixes-bug="13478">(Blo) [PATCH] [RFE]
POIFS, RawDataBlock: Missing workaround for lo</action>
+ <action dev="PD" type="fix" fixes-bug="21722">(Nor) Add a
ProtectRecord to Sheets and give control over</action>
+ <action dev="PD" type="fix" fixes-bug="9576"> (Nor) DBCELL, INDEX
EXTSST (was Acess 97 import)</action>
+ <action dev="PD" type="fix" fixes-bug="13478">(Blo) [RFE] POIFS,
RawDataBlock: Missing workaround for lo</action>
<action dev="PD" type="fix" fixes-bug="14824">(Nor) Unable to modify
empty sheets</action>
- <action dev="PD" type="fix" fixes-bug="12843">(Cri) [PATCH] Make POI
handle chinese better</action>
+ <action dev="PD" type="fix" fixes-bug="12843">(Cri) Make POI handle
chinese better</action>
<action dev="PD" type="fix" fixes-bug="15353">(Nor) [RFE] creating a
cell with a hyperlink</action>
<action dev="PD" type="fix" fixes-bug="15375">(Blo) Post 1.5.1 POI
causes spreadsheet to become unopenable.</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]