]> source.dussan.org Git - poi.git/commit
Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas
authorNick Burch <nick@apache.org>
Fri, 25 Mar 2011 22:52:12 +0000 (22:52 +0000)
committerNick Burch <nick@apache.org>
Fri, 25 Mar 2011 22:52:12 +0000 (22:52 +0000)
commit8dc1647c4c947b49cf3ee99fb508aee29b1d02e8
tree955da87fd41b788f864485016dd58df396300c74
parent22ad89d0568b7ff3306a327f6d1f98dd650f0b74
Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas
Includes some re-working of the existing Calendar functions, unit tests for the old and new Calendar functions, and a wider date+formula+formatting test for this area

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1085591 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/CalendarFieldFunction.java
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
src/testcases/org/apache/poi/ss/formula/functions/TestCalendarFieldFunction.java [new file with mode: 0644]
test-data/spreadsheet/48968.xls [new file with mode: 0644]