aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/HSSFITestDataProvider.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-92/+0
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-181-2/+0
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-181-0/+9
* Allow common tests to do auto-sizing even on SXSSFNick Burch2016-02-111-0/+4
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-161-0/+8
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-0/+5
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-021-0/+12
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-3/+0
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-251-15/+14
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-1/+2
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-59/+59
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-181-1/+1
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-0/+5
* more refactoring of common ss testsYegor Kozlov2009-03-291-0/+4
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-241-0/+50