aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 66401: Handle escaped single-quote in formulas properlyDominik Stadler2022-12-262-4/+12
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-251-0/+0
* revert accidental change to multiply/dividePJ Fanning2022-12-151-1/+1
* upgrade mockito and byte-buddyPJ Fanning2022-12-151-0/+10
* [bug-66319] do not create HSSF patriarch to find comments (only use one that ...PJ Fanning2022-12-121-0/+34
* remove unnecessary short casts for getCellStyleAtPJ Fanning2022-12-122-4/+4
* [github-405] more performant codepoint util code. Thanks to StanBertrand. Thi...PJ Fanning2022-12-121-1/+0
* [bug-66181] support VALUE function where input is a blank cellPJ Fanning2022-11-141-0/+21
* Adjust tests, comments, JavaDoc, IDE suggestionsDominik Stadler2022-11-133-4/+12
* add ABS testPJ Fanning2022-10-111-0/+69
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-3/+3
* try to use IllegalStateException instead of RuntimeExceptionPJ Fanning2022-09-141-1/+1
* broken testPJ Fanning2022-08-301-0/+126
* [bug-66181] add time examplePJ Fanning2022-08-011-0/+2
* [bug-66181] fix issue with evaluation of blank string in VALUE functionPJ Fanning2022-08-011-0/+1
* update testPJ Fanning2022-08-011-1/+3
* [bug-66189] add test casePJ Fanning2022-07-301-41/+74
* Adjust some tests for Java 19 and Java 20Dominik Stadler2022-07-294-7/+27
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2022-07-291-1/+1
* Also look for test-data in parent-directoryDominik Stadler2022-07-292-2/+9
* disable test on java 19PJ Fanning2022-07-271-1/+2
* issue with junit upgradePJ Fanning2022-07-2726-27/+26
* revert accidental changesPJ Fanning2022-07-271-1/+1
* [bug-66176] rework text box supportPJ Fanning2022-07-271-1/+1
* test issuePJ Fanning2022-07-201-1/+37
* [bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing...PJ Fanning2022-07-201-0/+20
* [github-354] Add extra methods to StringUtil and refactor some code to use th...PJ Fanning2022-07-172-3/+3
* [github-342] Use foreach. Thanks to XenoAmess. This closes #342PJ Fanning2022-07-161-2/+2
* [github-346] Javadoc issues. Thanks to XenoAmess. This closes #346PJ Fanning2022-07-161-2/+0
* [github-341] Remove unused imports. Thanks to XenoAmess. This closes #341PJ Fanning2022-07-1516-58/+0
* [github-355] Tidy up some boxed variables. Thanks to XenoAmess. This closes #355PJ Fanning2022-07-152-2/+2
* [github-349] tidy up some test assertions. Thanks to XenoAmess. This closes #349PJ Fanning2022-07-151-1/+1
* [github-340] make more use of StandardCharsets. Thanks to XenoAmess. This clo...PJ Fanning2022-07-152-2/+3
* [github-360] HSSFExtendedColor does not set RGB colors properly. Thanks to Xe...PJ Fanning2022-07-151-0/+12
* try to fix tests - disabling 2 that need investigationPJ Fanning2022-07-101-1/+1
* javadoc issuesPJ Fanning2022-07-103-3/+3
* [bug-51037] apply default column style if no style setPJ Fanning2022-07-011-1/+39
* [bug-66152] add broken testPJ Fanning2022-07-011-0/+21
* #66115 - Some Password protected XLS files are not readAndreas Beeker2022-06-164-0/+6
* [bug-66123] support gte attribute in XSSFConditionalFormattingThresholdPJ Fanning2022-06-151-11/+12
* add FORECAST and FORECAST.LINEAR functionsPJ Fanning2022-06-052-0/+64
* add PEARSON functionPJ Fanning2022-06-051-0/+24
* add COVARIANCE.S functionPJ Fanning2022-06-051-0/+5
* add COVAR and COVARIANCE.P functionsPJ Fanning2022-06-051-0/+105
* mismatched array sizesPJ Fanning2022-06-051-0/+14
* support string cells in correl functionPJ Fanning2022-06-051-8/+19
* support blank cells in correl functionPJ Fanning2022-06-051-4/+19
* [bug-66105] support CORREL functionPJ Fanning2022-06-051-0/+60
* This closes #315PJ Fanning2022-06-041-1/+1
* [github-334] Add SHRINK_TO_FIT and QUOTE_PREFIXED to CellUtil. Thanks to funa...PJ Fanning2022-06-041-0/+121