aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-173-42/+34
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-31/+20
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-164-6/+10
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-1657-213/+289
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-156-72/+56
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-144-8/+26
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-143-134/+147
* [github-191] Fix RuntimeException on array formula referencing blank cell. Th...PJ Fanning2020-08-141-0/+6
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-1312-405/+653
* [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz...PJ Fanning2020-08-114-78/+142
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-2226-264/+2180
* [bug-64605] add support for non-integer font sizes on character runs (use dou...PJ Fanning2020-07-161-2/+2
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-161-0/+2
* use BigInteger.valueOfPJ Fanning2020-07-161-1/+1
* remove some deprecated codePJ Fanning2020-07-153-65/+0
* remove some deprecated codePJ Fanning2020-07-152-25/+0
* [github-185] Fix if function in array formulas with 2nd argument evaluating t...PJ Fanning2020-07-031-163/+161
* remove some more deprecated codePJ Fanning2020-06-282-192/+0
* remove some more deprecated codePJ Fanning2020-06-283-111/+0
* remove some deprecated classesPJ Fanning2020-06-2726-1464/+1
* remove some deprecated classesPJ Fanning2020-06-271-1/+1
* update deprecation versionPJ Fanning2020-06-271-1/+2
* remove some deprecated methods from CellPJ Fanning2020-06-273-57/+1
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-272-23/+7
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-272-459/+397
* improve memory safety in HWPFDocumentCoreTim Allison2020-06-221-1/+1
* Throw an exception with more information instead of an NPEDominik Stadler2020-06-151-0/+4
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-116-198/+281
* [github-182] Fix root property size calculation. Thanks to netmackan. This cl...PJ Fanning2020-06-102-2/+24
* [github-181] make Value function work with arrays. Thanks to Miłosz Rembisz....PJ Fanning2020-06-061-156/+168
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-044-87/+98
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-021-1/+1
* next version will be 5.0.0PJ Fanning2020-05-175-8/+8
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-165-39/+34
* Bug 64322: Optimize performance of reading ole2 filesDominik Stadler2020-05-161-2/+16
* Bug 64393: Adjust relational operators to handle MissingArgEval correctlyDominik Stadler2020-05-161-4/+4
* forbidden-apis-check issuesPJ Fanning2020-05-161-3/+4
* [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180PJ Fanning2020-05-152-1/+136
* [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank...PJ Fanning2020-05-151-4/+24
* [bug-64441] synchronize code that initialises WorkbookFactoryPJ Fanning2020-05-152-4/+30
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0578-12748/+1437
* #64387 - Big POIFS stream result in OOMAndreas Beeker2020-04-285-171/+195
* Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin...Dominik Stadler2020-04-262-55/+66
* Bug 63294: Add some more methods to allow to use CellType everywhereDominik Stadler2020-04-245-24/+79
* Fix some IDE warnings, remove usage of deprecated methodsDominik Stadler2020-04-242-4/+5
* Sonar fix - "Add the missing @deprecated Javadoc tag."Andreas Beeker2020-04-22143-5/+433
* #55505 - CountryRecord not foundAndreas Beeker2020-04-211-1/+5
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-201-1/+1
* Sonar fixesAndreas Beeker2020-04-1917-65/+69
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-1916-403/+394