aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Apply some IDE suggestionsDominik Stadler2020-10-251-7/+7
* Fix bug 64238: Make LOOKUP functions deal with empty last arg correctlyDominik Stadler2020-10-251-9/+15
* Prevent some unit-tests from failing when non-English local is used in Maven runDominik Stadler2020-10-251-2/+7
* Sonar fixes - a few "Try-with-resources should be used"Andreas Beeker2020-10-243-57/+42
* Sonar fixes - a few "String literals should not be duplicated"Andreas Beeker2020-10-242-57/+25
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting S...Andreas Beeker2020-10-201-2/+3
* [github-193] Change TRUNC implementation to use MathX. Thanks to Jacob Harris...PJ Fanning2020-10-201-3/+1
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-183-14/+17
* Add license headerAndreas Beeker2020-10-111-0/+17
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-101-0/+51
* OSGi support: register service providers in bundle activatorYegor Kozlov2020-09-223-0/+23
* [bug-64721] NullPointerException occurs when calling getDataSize() of an obje...PJ Fanning2020-09-091-0/+1
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-303-12/+71
* Update library versionsAndreas Beeker2020-08-183-5/+7
* #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