aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* 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-221-0/+6
* 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-125-151/+244
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-27/+37
* 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-078-231/+332
* 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-1/+2
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-7/+16
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9
* Fix inconsistent whitespace/indentsNick Burch2015-08-121-392/+388
* Continue with 55747 / 55324 testingNick Burch2015-08-121-26/+54
* More tests for 55747 / 55324Nick Burch2015-08-121-11/+123
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-201-2/+11
* Fix some Eclipse warnings and adjust use of Generics, Comments, close()Dominik Stadler2015-07-161-172/+176
* Start checking the CF colours in the unit testsNick Burch2015-07-141-0/+7
* CFRule12 testsNick Burch2015-07-131-3/+6
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-071-1/+0
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-171-19/+75
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-011-0/+20
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-3/+0
* Apply fix reported in bug 47661 and add unit testsDominik Stadler2015-05-201-3/+21
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-121-2/+8
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-2/+18
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+0
* Fix usage of Generics in some classesDominik Stadler2015-04-201-2/+2
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-131-0/+10
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-33/+0
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-221-0/+33
* Add second verification of bug 56325 to ensure it is really fixedDominik Stadler2015-03-141-0/+29
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-133-40/+195
* Remove unused importDominik Stadler2015-03-111-2/+0
* Adjust tests and fix small typoDominik Stadler2015-02-271-2/+1