aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+5
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+7
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-021-1/+2
* findbugs fixesAndreas Beeker2015-11-012-62/+90
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-14/+72
* replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRange...Javen O'Neal2015-10-311-4/+15
* Ensure that no password was set by other tests, this breaks sometimes when th...Dominik Stadler2015-10-291-0/+4
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-261-0/+59
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-242-4/+14
* Fix inconsistent whitespaceNick Burch2015-10-241-391/+390
* Test to check that #58532 formats are seen as validNick Burch2015-10-241-3/+2
* Bug 58085: removing sheet breaks other existing sheet referencesDominik Stadler2015-10-231-35/+118
* bug 33174: Use common unit test for testNoMergedRegionsIsEmptyListJaven O'Neal2015-10-231-8/+0
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-13/+0
* Update test to not depend on an existing build-directoryDominik Stadler2015-10-141-22/+26
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-0/+49
* - removed deprecated and confusing methods in XSSFColorAndreas Beeker2015-10-122-32/+74
* Format numbers more like Excel doesDavid North2015-10-061-6/+7
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-8/+20
* Eclipse warningsDominik Stadler2015-10-051-7/+19
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-053-183/+261
* Tried to reproduce bug 48403 but couldn't, still adding the related unit testDominik Stadler2015-09-291-3/+31
* Add test which shows that bug 46515 is fixed since some time already.Dominik Stadler2015-09-291-0/+44
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-231-0/+7
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-225-0/+32
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-201-1/+6
* close resources in junit testsAndreas Beeker2015-09-201-373/+433
* Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work...Dominik Stadler2015-09-191-0/+18
* Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa...Dominik Stadler2015-09-141-0/+1
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-98/+153
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-133-102/+146
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-1211-279/+369
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-1112-146/+195
* forbidden apis fixes - timezone fix ... will it work?Andreas Beeker2015-09-101-3/+18
* forbidden apis fixes - a few DateFormat clean ups ...Andreas Beeker2015-09-091-0/+1
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-079-379/+518
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-4/+6
* Bug 56959: Add verification unit test to show that the bug cannot be reproducedDominik Stadler2015-09-031-1/+43
* Fix DAYS360 for US/EU handlingAndreas Beeker2015-09-012-95/+120
* Fix some Forbidden APIs errorsNick Burch2015-09-011-5/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-293-37/+45
* Adjust excludes for TestRecordListerDominik Stadler2015-08-272-1/+10
* Refactor BaseXLSIteratingTest into a Parameterized test to better show which ...Dominik Stadler2015-08-257-128/+112
* Allow multiple instances of HeaderFooterRecord in CustomViewSettingsRecordAgg...Dominik Stadler2015-08-251-0/+78
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-192-8/+73
* Fix indentsNick Burch2015-08-181-0/+4
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove...Nick Burch2015-08-181-2/+0
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9