aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify initialization of HWPF EscherRecordHolderMarius Volkhart2021-02-282-11/+12
* Add documentation for HWPF FileInformationBlock DggInfo methodsMarius Volkhart2021-02-281-0/+10
* Revert "Replace magic constant with reference" changesMarius Volkhart2021-02-274-46/+46
* Replace magic constant use of Escher Blip End type ID with referenceMarius Volkhart2021-02-272-2/+3
* Replace magic constant use of Escher Blip Start type ID with referenceMarius Volkhart2021-02-274-6/+7
* Replace magic constant use of EscherBSERecord type ID with referenceMarius Volkhart2021-02-274-43/+42
* add missing licensePJ Fanning2021-02-271-0/+17
* Fix bug with record indexes for HSSF WorkbooksMarius Volkhart2021-02-273-2/+29
* Enable running more integration tests from Gradle.Marius Volkhart2021-02-262-3/+14
* Remove the integrationTest task from the Gradle integrationtest projectMarius Volkhart2021-02-261-5/+0
* Remove the test exclusion for RecordStresser and RecordsStresser from Gradle ...Marius Volkhart2021-02-261-2/+0
* Enable parallel tests from GradleMarius Volkhart2021-02-261-0/+2
* xmlsec versionPJ Fanning2021-02-241-1/+1
* missing ooxml-schemas-lite classesPJ Fanning2021-02-243-5/+38
* include batik in poi-bin artifactAndreas Beeker2021-02-231-0/+5
* add batik to forbidden-apis-check classpathAndreas Beeker2021-02-231-0/+1
* [bug-63046] Fix Java 16 buildMarius Volkhart2021-02-221-0/+3
* Use upcoming XmlBeans 5.0.0 (working version 4.0.1)Andreas Beeker2021-02-2211-38/+195
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-21295-3175/+2171
* Use UTF-8 when writing SVG filesAndreas Beeker2021-02-211-1/+8
* try re-eanbling xml entity configPJ Fanning2021-02-211-1/+1
* FinanceLib: Simplify code and add a few more testsDominik Stadler2021-02-182-31/+33
* Manipulate individual data point propertiesAlain Béarez2021-02-1718-4/+319
* Code cleanup AbstractEscherHolderRecordMarius Volkhart2021-02-171-21/+21
* Documentation for some EscherRecordTypesMarius Volkhart2021-02-171-0/+17
* Add documentation for DrawingGroupRecordMarius Volkhart2021-02-171-1/+9
* [bug-63902] reference cloned sheet in cloned chart data seriesAlain Béarez2021-02-1611-178/+377
* allow subclassing of code to gen comments tablePJ Fanning2021-02-151-1/+6
* add method to test for strict ooxml formatPJ Fanning2021-02-152-0/+24
* Do not fail test which compares two documents if the timestamp in the ZIP hea...Dominik Stadler2021-02-151-2/+20
* Do not require NullPointerException to have a null-message on JDK < 16Dominik Stadler2021-02-151-7/+1
* add test for reading core properties from ooxml strict filePJ Fanning2021-02-152-1/+13
* add missing CTPhoneticRunPJ Fanning2021-02-141-0/+3
* 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-132-3/+39
* batik 1.14PJ Fanning2021-02-137-13/+12
* Fix GitHub Action yaml for Gradle buildMarius Volkhart2021-02-111-1/+1
* Import slide notes when importing slide contentAlain Béarez2021-02-083-2/+31
* [github-219] Add GitHub Action to verify Gradle wrapperMarius Volkhart2021-02-071-0/+3
* Cache Gradle wrapper & caches during GitHub ActionsMarius Volkhart2021-02-071-5/+7
* Cache Maven repo during GitHub ActionsMarius Volkhart2021-02-061-4/+4
* remove accidental commitPJ Fanning2021-02-021-1/+0
* [bug-65120] PartAlreadyExistsException when creating cell comments (after som...PJ Fanning2021-02-023-3/+29
* Fix inconsistent logging statementMarius Volkhart2021-02-011-1/+1
* Clone only content of imported chartAlain Béarez2021-02-012-2/+16
* Sonar fixesAndreas Beeker2021-01-3015-235/+157
* Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleListDominik Stadler2021-01-304-5/+36
* Adjust integration-test slightly for running mass-regression-testsDominik Stadler2021-01-301-2/+4
* Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightlyDominik Stadler2021-01-308-59/+71