]> source.dussan.org Git - poi.git/commit
Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermodel.HSSFDa...
authorNick Burch <nick@apache.org>
Sun, 20 Jul 2008 17:18:07 +0000 (17:18 +0000)
committerNick Burch <nick@apache.org>
Sun, 20 Jul 2008 17:18:07 +0000 (17:18 +0000)
commit26abbc707b1e938abf376d35d76252d67a52c0be
treef725b1ede799d9c04c53ebdb196ee4486bc1a23c
parent48168d4301ceabcd7145488d58ed98614cf1effb
Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermodel.HSSFDataFormatter, for formatting numbers and dates in the same way that Excel does

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@678287 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.java
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataFormatter.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDataFormatter.java [new file with mode: 0644]