diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-03-05 12:11:13 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-03-05 12:11:13 +0000 |
commit | 18e4705687b17f7fc94c733d869e8eed878431b0 (patch) | |
tree | 401b11cbe3a472906a7d6af8006b52823a5d7b34 /src/documentation/content/xdocs | |
parent | 4b473d3e04aa5d9819c2a00018f34f8e13916422 (diff) | |
download | poi-18e4705687b17f7fc94c733d869e8eed878431b0.tar.gz poi-18e4705687b17f7fc94c733d869e8eed878431b0.zip |
bugzilla 52818 - Added implementation for RANK()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1297021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 64508fdb80..df242e6444 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta6" date="2012-??-??"> + <action dev="poi-developers" type="add">52818 - Added implementation for RANK()</action> <action dev="poi-developers" type="fix">52682 - allow setting text with trailing carriage return in HSLF</action> <action dev="poi-developers" type="fix">52244 - use correct text attributes when presentation has multiple TxMasterStyleAtoms of the same type</action> <action dev="poi-developers" type="add">support setting background color of sheet tab in XSSF</action> |