diff options
author | Josh Micich <josh@apache.org> | 2009-01-23 20:12:13 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-01-23 20:12:13 +0000 |
commit | 8537055994ea2d5f3cade9e0422fd5301306b754 (patch) | |
tree | 37347ef1dfdadf774ca4358c443bad98f1e213d0 /src/documentation/content | |
parent | 85f7da217e4a56792a518b3ac15ca9a8263d3e29 (diff) | |
download | poi-8537055994ea2d5f3cade9e0422fd5301306b754.tar.gz poi-8537055994ea2d5f3cade9e0422fd5301306b754.zip |
Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@737173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index d1294862b9..37b8514b0f 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">46544 - command line interface for hssf ExcelExtractor</action> <action dev="POI-DEVELOPERS" type="fix">46547 - Allow addition of conditional formatting after data validation</action> <action dev="POI-DEVELOPERS" type="fix">46548 - Page Settings Block fixes - continued PLS records and PSB in sheet sub-streams</action> <action dev="POI-DEVELOPERS" type="add">46523 - added implementation for SUMIF function</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 6a00bac094..8c937f51b9 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta5" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">46544 - command line interface for hssf ExcelExtractor</action> <action dev="POI-DEVELOPERS" type="fix">46547 - Allow addition of conditional formatting after data validation</action> <action dev="POI-DEVELOPERS" type="fix">46548 - Page Settings Block fixes - continued PLS records and PSB in sheet sub-streams</action> <action dev="POI-DEVELOPERS" type="add">46523 - added implementation for SUMIF function</action> |