aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-27170-46671/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-2124-145/+152
* [bug-63902] reference cloned sheet in cloned chart data seriesAlain Béarez2021-02-163-15/+28
* allow subclassing of code to gen comments tablePJ Fanning2021-02-151-1/+6
* 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
* [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
* Enable storing an SXSSF workbook twiceDominik Stadler2021-01-301-1/+1
* [bug-65096] XLSX Streaming XML not correctly reading multiple inline StringsPJ Fanning2021-01-211-72/+82
* Sonar fixesAndreas Beeker2021-01-1717-121/+119
* #65061 - Handle VmlDrawings containing spreadsheet-ml default namespaceAndreas Beeker2021-01-061-17/+18
* Apply some IDE suggestionsDominik Stadler2021-01-033-46/+45
* Bug 64494: Ensure "applyAlignment" in cell-styles is enabled when necessaryDominik Stadler2021-01-031-0/+8
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-012-8/+5
* Bug 64750: Do not use CTDataValidations.getCount(), instead only rely on getD...Dominik Stadler2021-01-011-2/+2
* Sonar fixesAndreas Beeker2020-12-262-29/+29
* Fix NullPointerException in Autosize introduced via #64981Dominik Stadler2020-12-201-1/+1
* avoid string concatsPJ Fanning2020-12-171-1/+1
* avoid string concatsPJ Fanning2020-12-172-3/+4
* avoid string concatsPJ Fanning2020-12-173-4/+4
* use less contentious language in code commentsPJ Fanning2020-12-151-1/+1
* #64981 - Upgrade OOXML schema to 5th edition (transitional)Andreas Beeker2020-12-132-11/+13
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-1211-129/+133
* [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
* 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
* remove more deprecated codePJ Fanning2020-12-093-47/+9
* remove some deprecated codePJ Fanning2020-12-091-33/+0
* remove some deprecated codePJ Fanning2020-12-081-14/+0
* [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exce...PJ Fanning2020-12-082-3/+7
* [github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204PJ Fanning2020-12-071-3/+3
* remove some deprecated codePJ Fanning2020-12-061-1/+0
* [bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io....PJ Fanning2020-11-071-0/+1
* [bug-64879] SXSSFSheet dispose() fails to remove Temporary files for java.io....PJ Fanning2020-11-071-3/+7
* Bug 64460: Fix invalid moving of merged regionsDominik Stadler2020-11-011-3/+2
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-181-4/+1
* Add license headerAndreas Beeker2020-10-111-0/+17
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-102-102/+251
* Adapt to new XmlBeans changes of r1881383Andreas Beeker2020-09-011-3/+3
* [bug-64691] rename fieldPJ Fanning2020-08-272-23/+23
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-172-2/+19
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-3/+1
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-133-58/+51
* Bug 64667.xlsx prevent NPE loading styles tableTim Allison2020-08-131-1/+1
* [github-187] Add length validation for Excel DataValidations that are list li...PJ Fanning2020-08-091-2/+7
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-57/+65