]> source.dussan.org Git - poi.git/commit
Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handle...
authorNick Burch <nick@apache.org>
Thu, 20 Jun 2013 13:37:26 +0000 (13:37 +0000)
committerNick Burch <nick@apache.org>
Thu, 20 Jun 2013 13:37:26 +0000 (13:37 +0000)
commitf9c9def944e1b4a1425a6f467e8057e516ef1c82
treefceb35f5c4fb1e1dbe11b695ed4d88722f41c079
parent5f7a1597e4007b14359b1aba511ecaf240780a9b
Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494986 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/usermodel/DataFormatter.java
src/java/org/apache/poi/ss/usermodel/FractionFormat.java [new file with mode: 0644]
src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java
src/testcases/org/apache/poi/ss/usermodel/TestFractionFormat.java [new file with mode: 0644]
test-data/spreadsheet/54686_fraction_formats.txt [new file with mode: 0644]
test-data/spreadsheet/54686_fraction_formats.xls [new file with mode: 0644]