aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2764-2768/+2342
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-2/+8
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1511-50/+55
* Replace manual close with try-with-resourcesDominik Stadler2019-12-154-24/+9
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-153-5/+33
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-5/+7
* Migrate tests to Junit 4Andreas Beeker2019-12-0947-565/+844
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-081-1/+52
* Bug 63779 - Add support for the new Java date/time API added in Java 8Andreas Beeker2019-12-081-80/+97
* replace more StringBuffersPJ Fanning2019-11-211-3/+3
* replace some more StringBuffersPJ Fanning2019-11-211-1/+1
* replace some uses of StringBuffer with StringBuilderPJ Fanning2019-11-201-1/+1
* Adjust comments and add slightly more test-coverageDominik Stadler2019-10-261-3/+23
* Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)Dominik Stadler2019-10-251-2/+3
* [bug-63842] FractionFormat casts whole part of the value into 'int'PJ Fanning2019-10-141-0/+16
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-094-6/+646
* try to avoid casting to intPJ Fanning2019-09-141-2/+5
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-2/+0
* remove obsolete JDK6 workaroundsAndreas Beeker2019-09-121-22/+1
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-152-19/+52
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-0/+23
* tidy up some int castsPJ Fanning2019-06-121-6/+6
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-239-102/+111
* Fix some IDE warnings and enable commented testDominik Stadler2019-03-312-25/+10
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-152/+163