aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestDataFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Remove un-used importsNick Burch2011-01-211-6/+0
* Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ...Nick Burch2011-01-201-0/+33
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-11/+11
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-191-1/+1
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-2/+2
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-1/+1
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-0/+63