aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-2161-429/+423
* Use UTF-8 when writing SVG filesAndreas Beeker2021-02-211-1/+8
* Manipulate individual data point propertiesAlain Béarez2021-02-1715-1/+309
* [bug-63902] reference cloned sheet in cloned chart data seriesAlain Béarez2021-02-169-164/+332
* allow subclassing of code to gen comments tablePJ Fanning2021-02-151-1/+6
* add method to test for strict ooxml formatPJ Fanning2021-02-151-0/+10
* fix typoPJ Fanning2021-02-141-1/+1
* small refactorPJ Fanning2021-02-131-6/+2
* allo XSSFReader to be sublclassed with implementation that allows OOXMl Stric...PJ Fanning2021-02-131-3/+17
* Import slide notes when importing slide contentAlain Béarez2021-02-082-2/+10
* [bug-65120] PartAlreadyExistsException when creating cell comments (after som...PJ Fanning2021-02-021-2/+2
* Clone only content of imported chartAlain Béarez2021-02-011-2/+1
* Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleListDominik Stadler2021-01-301-2/+2
* Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightlyDominik Stadler2021-01-305-36/+40
* Enable storing an SXSSF workbook twiceDominik Stadler2021-01-301-1/+1
* Bug 64950: handle doughnut hole sizeAlain Béarez2021-01-213-10/+72
* [bug-65096] XLSX Streaming XML not correctly reading multiple inline StringsPJ Fanning2021-01-211-72/+82
* Bug 65016 - Creating a chart throws exceptionAlain Béarez2021-01-191-1/+3
* github-211 - Revert addRow to behaviour before 4.1.2Andreas Beeker2021-01-191-3/+4
* Sonar fixesAndreas Beeker2021-01-1775-216/+213
* Properly close file handles in extractors and when handling password-protecte...Dominik Stadler2021-01-071-2/+7
* #65061 - Handle VmlDrawings containing spreadsheet-ml default namespaceAndreas Beeker2021-01-061-17/+18
* Apply some IDE suggestionsDominik Stadler2021-01-035-49/+47
* Bug 64494: Ensure "applyAlignment" in cell-styles is enabled when necessaryDominik Stadler2021-01-031-0/+8
* Bug 64450: Allow to parse a file where the relationship-id is an empty stringDominik Stadler2021-01-031-4/+4
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-015-27/+24
* Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getD...Dominik Stadler2021-01-011-2/+2
* workaround NullPointerException when font family (of bullets) can't be determ...Andreas Beeker2020-12-301-1/+2
* Bug 64838: Do not populate cells with a paragraph when loading an existing do...Dominik Stadler2020-12-301-3/+1
* Forbidden-apis fix - Graphics2D.finalize() is deprecated by Java14Andreas Beeker2020-12-261-12/+0
* Sonar fixesAndreas Beeker2020-12-269-66/+44
* [bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212PJ Fanning2020-12-251-5/+6
* Fix NullPointerException in Autosize introduced via #64981Dominik Stadler2020-12-201-1/+1
* add missing licensePJ Fanning2020-12-181-0/+17
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-174-7/+1085
* avoid string concatsPJ Fanning2020-12-172-3/+3
* avoid string concatsPJ Fanning2020-12-1710-30/+32
* avoid string concatsPJ Fanning2020-12-1712-20/+19
* [github-207] add SLF4JLoggerPJ Fanning2020-12-171-2/+2
* Do not wrap RuntimeException so we still can handle them directlyDominik Stadler2020-12-161-1/+1
* use less contentious language in code commentsPJ Fanning2020-12-151-1/+1
* #64981 - Upgrade OOXML schema to 5th edition (transitional)Andreas Beeker2020-12-136-98/+83
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-132-4/+4
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-1263-558/+763
* [bug-60397] improve speed of excel cell merge. Thanks to Alex HervePJ Fanning2020-12-111-3/+10
* [github-206] Improve perfomance of SXSSF cell evaluation. Thanks to This clos...PJ Fanning2020-12-102-26/+29
* try to handle case where checksum is nullPJ Fanning2020-12-101-4/+11
* remove more deprecated codePJ Fanning2020-12-092-34/+3
* reduce use of deprecated code in XSSFFontPJ Fanning2020-12-091-6/+8
* remove more deprecated codePJ Fanning2020-12-091-9/+31