]> source.dussan.org Git - poi.git/commit
Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built...
authorNick Burch <nick@apache.org>
Thu, 20 Jan 2011 13:20:24 +0000 (13:20 +0000)
committerNick Burch <nick@apache.org>
Thu, 20 Jan 2011 13:20:24 +0000 (13:20 +0000)
commitaad9e6907d4ef1897ef8e05917ca476728f8e8e0
tree41c8a4b2e1adad7429a2883586aa99a49833be0b
parentddf6cf7fec44416b8fb1dd8ac6b5913c32edfe40
Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1061288 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/model/InternalWorkbook.java
src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFDataFormat.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDataFormat.java
src/testcases/org/apache/poi/ss/usermodel/BaseTestDataFormat.java
test-data/spreadsheet/49928.xls [new file with mode: 0644]