aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Fix NullPointerException in Autosize introduced via #64981Dominik Stadler2020-12-201-18/+37
* avoid string concatsPJ Fanning2020-12-171-13/+6
* remove more deprecated codePJ Fanning2020-12-093-8/+8
* remove more deprecated codePJ Fanning2020-12-094-8/+8
* Add unit-test from bug 56454 to show that the problem is fixed nowDominik Stadler2020-11-011-0/+32
* Bug 64460: Fix invalid moving of merged regionsDominik Stadler2020-11-011-0/+1
* Improve error messages on missing Factory-implementations, fix Sonar issues a...Dominik Stadler2020-11-011-2/+1
* Prevent some unit-tests from failing when non-English local is used in Maven runDominik Stadler2020-10-251-26/+31
* try to fix sonar buildAndreas Beeker2020-10-231-16/+23
* reformatPJ Fanning2020-10-201-41/+41
* [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...PJ Fanning2020-10-201-0/+15
* Update library versionsAndreas Beeker2020-08-186-1158/+1137
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-601/+568
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-0/+5
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-154-33/+25
* [github-191] Fix RuntimeException on array formula referencing blank cell. Th...PJ Fanning2020-08-141-0/+39
* [github-189] Move date parsing logic to DateParser. Thanks to MiƂosz Rembisz...PJ Fanning2020-08-111-0/+79
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-2220-52/+67
* remove some deprecated classesPJ Fanning2020-06-272-148/+1
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-271-0/+21
* try to fix test compilePJ Fanning2020-06-271-6/+6
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-271-27/+4
* Always close Reader in testDominik Stadler2020-06-151-31/+31
* Add some more tests from bug 63819Dominik Stadler2020-06-151-7/+22
* test tidy upPJ Fanning2020-06-091-2/+2
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-0/+62
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-151-0/+78
* [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...PJ Fanning2020-05-151-5/+49
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-2/+4
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-5/+17
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-8/+4
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-261-13/+42
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-241-8/+5
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-191-2/+2
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-121-1/+1
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-111-5/+29
* Add disabled unit test for #64319Nick Burch2020-04-071-0/+27
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-309/+0
* Sonar FixesAndreas Beeker2020-03-291-1135/+1113
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-291-4/+8
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-16/+143
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-0/+6
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-084-79/+79
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-071-21/+20
* Bug 64179: Adjust to ensure a fixed timezone for date parsing in testDominik Stadler2020-03-071-230/+232
* use a few more lambdasPJ Fanning2020-01-121-145/+131
* sonar fixes - use assert in junit testsAndreas Beeker2020-01-061-1180/+1131
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-1/+1
* [bug-64044] setCellValue(LocalDate) does not support nulls properlyPJ Fanning2020-01-021-0/+15
* Bug 63940: Avoid endless loop/out of memory on string-replace with empty sear...Dominik Stadler2019-12-311-0/+89