aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466David North2015-10-052-25/+100
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-054-169/+255
* Verify that bug 51998 is actually fixed since some time already.Dominik Stadler2015-09-291-23/+34
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-231-0/+7
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-202-0/+11
* Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out infor...Dominik Stadler2015-09-201-10/+30
* close resources in junit testsAndreas Beeker2015-09-203-35/+64
* Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...Dominik Stadler2015-09-171-8/+41
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-172-4/+85
* Verify that bug 55406 can be closed WORKSFORMEDominik Stadler2015-09-131-0/+27
* Add test case for bug 54399Dominik Stadler2015-09-131-0/+16
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-132-246/+180
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-123-6/+27
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-075-552/+630
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-051-0/+21
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-031-3/+6
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-031-6/+14
* Add unit test which verifies that bug 53105 is actually fixed nowDominik Stadler2015-09-031-0/+17
* Add unit tests to verify that bug 51626 and bug 51451 are fixedDominik Stadler2015-09-031-1/+46
* Add unit tests which verify that the issues from bug 48962 and 50755 do not o...Dominik Stadler2015-09-031-0/+42
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+4
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-8/+10
* Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part.David North2015-08-191-0/+24
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-0/+26
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-162-11/+10
* Complete theme colour testsNick Burch2015-08-091-1/+34
* Get theme and non-theme rows consistent in the test fileNick Burch2015-08-091-20/+17
* Begin Themes+Normal colour testsNick Burch2015-08-091-2/+59
* Fix the themes test for the complex workbookNick Burch2015-08-091-9/+7
* Stub next testNick Burch2015-08-041-4/+11
* Use an enum to simplify the themes code and testsNick Burch2015-08-041-20/+15
* Further XSSF Themes unit testingNick Burch2015-08-041-29/+103
* Unit test for bug #57181Nick Burch2015-08-011-0/+9
* Re-enable some SXSSF skipped tests, but not all, for our limited evaluation s...Nick Burch2015-07-312-19/+9
* Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...Nick Burch2015-07-311-46/+0
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-311-16/+15
* Prepare for SXSSF evaluation #58200Nick Burch2015-07-314-3/+177
* Have XSSF rich test strings report if they have formatting applied or not, an...Nick Burch2015-07-311-0/+11
* Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in...Dominik Stadler2015-07-241-0/+135
* Allow creating of an empty Themes Table on requestNick Burch2015-07-221-0/+22
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-161-0/+25
* Start checking the CF colours in the unit testsNick Burch2015-07-141-0/+11
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-2/+1
* CFRule12 testsNick Burch2015-07-131-1/+6
* Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X...David North2015-07-131-0/+48
* Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo...David North2015-07-131-4/+59
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-202-83/+88
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-201-2/+2
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-172-121/+90