]> source.dussan.org Git - poi.git/commit
Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed...
authorNick Burch <nick@apache.org>
Thu, 3 Jun 2010 16:20:26 +0000 (16:20 +0000)
committerNick Burch <nick@apache.org>
Thu, 3 Jun 2010 16:20:26 +0000 (16:20 +0000)
commit2e269652413250a51dca74bb83213494b3e54b33
tree04ec28d321fbcd264eb28bb19df875e68da9f6cf
parentfa5055f2edc40c17d0e327a9ca8f336933a13f88
Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951052 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ss/usermodel/DataFormatter.java
src/java/org/apache/poi/ss/usermodel/ExcelStyleDateFormatter.java