aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src
Commit message (Expand)AuthorAgeFilesLines
* [bug-63211] fix issue with escaped % in custom number formatPJ Fanning2021-11-251-1/+4
* [bug-63211] fix issue with escaped % in custom number formatPJ Fanning2021-11-252-1/+14
* [bug-65701] use createElementNS in agile encyption writer codePJ Fanning2021-11-246-17/+13
* [github-281] Thanks to This closes #281PJ Fanning2021-11-241-1/+1
* [bug-65700] do not warn if transformer factory does not support accessExterna...PJ Fanning2021-11-232-1/+9
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-225-41/+87
* javadoc issuePJ Fanning2021-11-211-2/+2
* use try block to close input streamsPJ Fanning2021-11-202-8/+9
* some incorrect uses of PJ Fanning2021-11-183-3/+3
* try to make comments table more extensiblePJ Fanning2021-11-171-0/+0
* javadocPJ Fanning2021-11-161-2/+2
* javadocPJ Fanning2021-11-161-1/+1
* javadocPJ Fanning2021-11-161-1/+1
* Move org.apache.poi.hssf.dev classes from poi:main to poi:testAndreas Beeker2021-11-1519-1643/+785
* Code cleanup - repetitive callsAndreas Beeker2021-11-144-11/+19
* missing licensePJ Fanning2021-11-141-0/+16
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-141-0/+19
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-1412-43/+39
* [bug-65675] add regression testPJ Fanning2021-11-093-3/+4
* remove old deprecated clone methodPJ Fanning2021-11-081-13/+0
* use spaces for indentsPJ Fanning2021-11-081-11/+11
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-073-5/+38
* Use append(char) instead of string where possibleDominik Stadler2021-11-0714-24/+24
* Add some more forbidden-apis to prefer core JDK classes over Guava and common...Dominik Stadler2021-11-073-20/+20
* forbidden apiPJ Fanning2021-11-021-0/+0
* [github-269] more work on external workbook links (formulas). Thanks to @aspo...PJ Fanning2021-11-024-9/+33
* Add some more JavaDocDominik Stadler2021-11-022-2/+24
* Optimize formula evaluation of row-referencesDominik Stadler2021-11-023-7/+36
* javadocPJ Fanning2021-10-311-3/+3
* revert github-267 due to broken testsPJ Fanning2021-10-254-25/+11
* [github-267] Issue with sheet range in formula With spaces and quotes. Thanks...PJ Fanning2021-10-253-9/+23
* #65653 - HSLF FillType for texture and background color fills ignoredAndreas Beeker2021-10-241-0/+0
* configurable max record lenPJ Fanning2021-10-246-10/+87
* configurable max record lenPJ Fanning2021-10-2320-103/+40
* [bug-65650] use image/x-pict mime typePJ Fanning2021-10-232-3/+3
* more support for configurable max record lenPJ Fanning2021-10-221-0/+0
* javadocPJ Fanning2021-10-222-4/+4
* get some T.DIST tests to workPJ Fanning2021-10-222-3/+3
* get some T.DIST tests to workPJ Fanning2021-10-221-1/+4
* get some T.DIST tests to work (still not right on cumulative=false)PJ Fanning2021-10-225-7/+115
* fix negative X on T.DIST.RTPJ Fanning2021-10-224-5/+96
* fix names of t.dist functionsPJ Fanning2021-10-225-13/+13
* make max record sizes configurablePJ Fanning2021-10-211-23/+6
* make max record sizes configurablePJ Fanning2021-10-2126-304/+409
* make max record sizes configurablePJ Fanning2021-10-2116-17/+256
* sonar fixesAndreas Beeker2021-10-2033-1020/+906
* sonar fixesAndreas Beeker2021-10-1918-963/+925
* commentsPJ Fanning2021-10-191-2/+1
* [bug-65644] Improved regex for Excel accounting formats. Thanks to Adam DeSapioPJ Fanning2021-10-193-1/+24
* add TDIST.2T supportPJ Fanning2021-10-195-0/+194