aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Fix indentsNick Burch2015-08-181-261/+260
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing cove...Nick Burch2015-08-181-1/+46
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
* Unit test for #55747Nick Burch2015-07-311-0/+31
* Adjust test that is failing on freebsd some moreDominik Stadler2015-07-271-14/+11
* Yet another adjustment to the test as it seems that small values can be compu...Dominik Stadler2015-07-221-4/+11
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-4/+4
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-6/+16
* Still more checks to track down why canComputeColumnWidth() returns true, but...Dominik Stadler2015-07-221-5/+45
* #58130 CF DataBar example and testsNick Burch2015-07-201-1/+44
* #58130 CF DataBar supportNick Burch2015-07-201-5/+32
* #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-1/+43
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-201-3/+0
* #58130 Enable CF ColorScale support on the rule, and begin testingNick Burch2015-07-191-7/+14
* #58130 Stub the CF Color Scale unit testsNick Burch2015-07-191-13/+49
* #58130 Fix the icon formatting read/write CF testNick Burch2015-07-191-4/+3
* #58130 More CF Icon unit testsNick Burch2015-07-191-8/+83
* Simplify CF icon rule assertsNick Burch2015-07-181-91/+8
* #58130 Mostly there with CF Icon setsNick Burch2015-07-181-18/+196
* One more try to find out why autosize fails on the freebsd CI machineDominik Stadler2015-07-171-4/+14
* * Some more checks as test still fails on freebsd CI machineDominik Stadler2015-07-161-0/+3
* * Make on unit test not fail if Fonts are not available on the machineDominik Stadler2015-07-162-3/+95
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-151-0/+29
* More CF colour testsNick Burch2015-07-141-4/+17
* Start checking the CF colours in the unit testsNick Burch2015-07-141-2/+8
* Check more of the complex CF cases from the test filesNick Burch2015-07-131-2/+51
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-15/+26
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-1/+8
* Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b...Nick Burch2015-07-131-4/+29
* CFRule12 testsNick Burch2015-07-131-2/+26
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-131-6/+48
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-0/+1
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-201-0/+81
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-201-0/+9
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-171-5/+202
* Whitespace seems to be confusing the license header check; try pasting one of...David North2015-06-151-18/+16
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
* Add explicit test for NPE only caught by other tests. Test '97 fallback behav...David North2015-06-121-0/+5
* My own patch to fix #56328David North2015-06-121-0/+50
* Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ...Nick Burch2015-05-311-0/+92
* Add verification unit test for bug 47169Dominik Stadler2015-05-201-1/+10
* Prevent problems reported in Bug 56574 by ensuring that Cells are properly re...Dominik Stadler2015-05-191-3/+52
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-121-2/+3
* Fix unit test which asserts on actual error messageDominik Stadler2015-05-121-1/+2
* Add missing license headerNick Burch2015-04-241-0/+17
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-241-0/+88
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-031-0/+72
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-152-16/+155
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-094-5/+501
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-091-21/+31