]> source.dussan.org Git - poi.git/commit
Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some smaller...
authorDominik Stadler <centic@apache.org>
Fri, 9 Jan 2015 20:37:11 +0000 (20:37 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 9 Jan 2015 20:37:11 +0000 (20:37 +0000)
commit113edb1a76a4d9ecad536cb43f7c81f4437ea25f
tree50bc17e028083fa431012ad9840539c9de444463
parent3403bef5a8daa5837276c6b7d95614550699d814
Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some smaller problems in the implementation found while adding full unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1650654 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/functions/Bin2Dec.java
src/java/org/apache/poi/ss/formula/functions/Dec2Bin.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
src/testcases/org/apache/poi/ss/formula/functions/TestBin2Dec.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestDec2Bin.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/formula/functions/TestDec2Hex.java
src/testcases/org/apache/poi/ss/formula/functions/TestHex2Dec.java