summaryrefslogtreecommitdiffstats
path: root/poi/src/main
Commit message (Expand)AuthorAgeFilesLines
* handle case where toByteArray truncates stream because max len is less than s...PJ Fanning2022-03-121-10/+17
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-121-1/+1
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-121-15/+30
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-1/+1
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-1/+26
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-5/+7
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-1/+1
* fix issue in IOUtils.toByteArrayWithMaxLengthPJ Fanning2022-03-111-5/+5
* [bug-65939] add partial fix for clearing formula with circular refPJ Fanning2022-03-071-1/+5
* [bug-65939] add partial fix for clearing formula with circular refPJ Fanning2022-03-071-1/+3
* [bug-65915] possible issue in boolean function supportPJ Fanning2022-02-251-8/+1
* [bug-65915] possible issue in boolean function supportPJ Fanning2022-02-251-4/+7
* add space in log messagePJ Fanning2022-02-241-1/+1
* Add/update some JavaDocDominik Stadler2022-02-241-2/+2
* code tidyupPJ Fanning2022-02-221-14/+8
* get TestIndirectFunctionFromSpreadsheet to pass even though code looks wrongPJ Fanning2022-02-221-4/+4
* sonar issuesPJ Fanning2022-02-221-18/+6
* java 17 build issuePJ Fanning2022-02-221-0/+1
* sonar issuesPJ Fanning2022-02-227-70/+23
* refactor IOUtils.toByteArrayPJ Fanning2022-02-211-1/+1
* refactor IOUtils.toByteArrayPJ Fanning2022-02-211-21/+26
* #65908 - XAdES-XL modifications due to specification check errorsAndreas Beeker2022-02-211-1/+1
* formattingPJ Fanning2022-02-211-1/+1
* add testsPJ Fanning2022-02-211-1/+42
* fix issuePJ Fanning2022-02-211-2/+21
* case insensitive r1c1 refsPJ Fanning2022-02-211-2/+6
* javadocPJ Fanning2022-02-211-0/+6
* change error message to suggest large files will need overridesPJ Fanning2022-02-201-1/+1
* add extra max size configPJ Fanning2022-02-201-31/+13
* add extra max size configPJ Fanning2022-02-191-0/+39
* revert IOUtils changePJ Fanning2022-02-191-13/+8
* [bug-65639] take BYTE_ARRAY_MAX_OVERRIDE into account in IOUtils#toByteArrayPJ Fanning2022-02-191-3/+8
* [bug-65639] take BYTE_ARRAY_MAX_OVERRIDE into account in IOUtils#toByteArrayPJ Fanning2022-02-191-10/+9
* [bug-65887] increase default max number of recordsPJ Fanning2022-02-171-1/+11
* use Files.createTempFilePJ Fanning2022-02-161-1/+3
* improve performance of time zone lookupPJ Fanning2022-02-161-2/+2
* improve performance of time zone lookupPJ Fanning2022-02-162-3/+5
* add workday testsPJ Fanning2022-02-112-8/+11
* [bug-65879] add WORKDAY.INTL functionPJ Fanning2022-02-111-0/+1
* [bug-65879] add WORKDAY.INTL functionPJ Fanning2022-02-111-3/+2
* [bug-65879] add WORKDAY.INTL functionPJ Fanning2022-02-114-2/+93
* refactor workday codePJ Fanning2022-02-101-1/+36
* change javadocPJ Fanning2022-02-101-19/+3
* refactor workday codePJ Fanning2022-02-101-5/+42
* add XWPFDocument.getSettingsPJ Fanning2022-02-101-4/+8
* add negative tetsPJ Fanning2022-02-073-1/+12
* introduce CellReferenceTypePJ Fanning2022-02-042-9/+19
* introduce CellReferenceTypePJ Fanning2022-02-043-8/+48
* support basic R1C1 refs in INDIRECT functionPJ Fanning2022-02-042-74/+136
* javadocPJ Fanning2022-02-041-1/+1