aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src
Commit message (Expand)AuthorAgeFilesLines
* [bug-65711] add testPJ Fanning2021-11-291-0/+21
* [bug-65711] Fix overriding relation IDs in importBlipPJ Fanning2021-11-292-10/+3
* cache vml drawingPJ Fanning2021-11-282-36/+43
* [bug-65706] ignore trash parts in OOXML filesPJ Fanning2021-11-272-8/+21
* missing bracketPJ Fanning2021-11-261-1/+1
* add test for comment modificationPJ Fanning2021-11-261-0/+54
* javadocPJ Fanning2021-11-262-10/+10
* [bug-65706] fix syntax of log messagePJ Fanning2021-11-251-1/+1
* rerwite test that fails when run with saxon (because test relies on XML forma...PJ Fanning2021-11-241-22/+53
* [github-281] Thanks to This closes #281PJ Fanning2021-11-241-0/+19
* stray importsPJ Fanning2021-11-221-3/+0
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-221-7/+1
* add comment testsPJ Fanning2021-11-211-36/+46
* add comment testsPJ Fanning2021-11-211-9/+43
* add comment testsPJ Fanning2021-11-211-10/+45
* javadoc issuePJ Fanning2021-11-211-1/+0
* set sheet on comments tablePJ Fanning2021-11-211-1/+3
* set sheet on comments tablePJ Fanning2021-11-215-42/+32
* add comment testsPJ Fanning2021-11-211-1/+66
* fix broken testPJ Fanning2021-11-201-7/+9
* remove comment iteratorPJ Fanning2021-11-203-60/+24
* reduce use of comment iteratorPJ Fanning2021-11-201-4/+3
* javadocPJ Fanning2021-11-202-4/+12
* add shape data to comments in iteratorPJ Fanning2021-11-203-16/+22
* use try block to close input streamsPJ Fanning2021-11-205-51/+60
* use try block to close output streamsPJ Fanning2021-11-205-15/+16
* use try block to close output streamsPJ Fanning2021-11-2028-105/+113
* expose VMLDrawing in SXSSF codePJ Fanning2021-11-202-8/+27
* try to make CommentsTable more extensiblePJ Fanning2021-11-191-1/+0
* try to make CommentsTable more extensiblePJ Fanning2021-11-192-9/+11
* try to make CommentsTable more extensiblePJ Fanning2021-11-192-4/+5
* try to make CommentsTable more extensiblePJ Fanning2021-11-193-0/+27
* some incorrect uses of PJ Fanning2021-11-182-3/+3
* try to make CommentsTable more extensiblePJ Fanning2021-11-186-18/+33
* try to make CommentsTable more extensiblePJ Fanning2021-11-183-2/+41
* try to make comments table more extensiblePJ Fanning2021-11-172-12/+12
* try to make comments table more extensiblePJ Fanning2021-11-173-31/+38
* try to make comments table more extensiblePJ Fanning2021-11-173-12/+30
* typoPJ Fanning2021-11-171-1/+1
* try to improve performance when removing rowsPJ Fanning2021-11-171-35/+26
* try to make comments table more extensiblePJ Fanning2021-11-171-13/+13
* try to make comments table more extensiblePJ Fanning2021-11-171-1/+1
* try to make comments table more extensiblePJ Fanning2021-11-172-23/+35
* try to make comments table more extensiblePJ Fanning2021-11-172-4/+23
* try to make comments table more extensiblePJ Fanning2021-11-174-26/+46
* javadoc issuePJ Fanning2021-11-171-1/+1
* Move org.apache.poi.hssf.dev classes from poi:main to poi:testAndreas Beeker2021-11-151-17/+12
* Fix deprecate warnings on X509 api callsAndreas Beeker2021-11-143-11/+8
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-1418-50/+53
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-112-3/+48