| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [bug-64721] NullPointerException occurs when calling getDataSize() of an obje... | PJ Fanning | 2020-09-09 | 1 | -0/+1 |
* | #64693 - POI HwmfGraphics cannot read the embedded document title | Andreas Beeker | 2020-08-30 | 3 | -12/+71 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 3 | -5/+7 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-17 | 3 | -42/+34 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-16 | 1 | -31/+20 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-16 | 4 | -6/+10 |
* | #64036 - Replace reflection calls in factories for Java 9+ | Andreas Beeker | 2020-08-16 | 57 | -213/+289 |
* | use the forbidden-apis policies corresponding to the JRE | Andreas Beeker | 2020-08-15 | 6 | -72/+56 |
* | also handle wrapped OOXML "Package" nodes inside of OLE2 containers | Andreas Beeker | 2020-08-14 | 4 | -8/+26 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-14 | 3 | -134/+147 |
* | [github-191] Fix RuntimeException on array formula referencing blank cell. Th... | PJ Fanning | 2020-08-14 | 1 | -0/+6 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 12 | -405/+653 |
* | [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz... | PJ Fanning | 2020-08-11 | 4 | -78/+142 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 26 | -264/+2180 |
* | [bug-64605] add support for non-integer font sizes on character runs (use dou... | PJ Fanning | 2020-07-16 | 1 | -2/+2 |
* | [bug-64605] add support for non-integer font sizes on character runs | PJ Fanning | 2020-07-16 | 1 | -0/+2 |
* | use BigInteger.valueOf | PJ Fanning | 2020-07-16 | 1 | -1/+1 |
* | remove some deprecated code | PJ Fanning | 2020-07-15 | 3 | -65/+0 |
* | remove some deprecated code | PJ Fanning | 2020-07-15 | 2 | -25/+0 |
* | [github-185] Fix if function in array formulas with 2nd argument evaluating t... | PJ Fanning | 2020-07-03 | 1 | -163/+161 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 2 | -192/+0 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 3 | -111/+0 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 26 | -1464/+1 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 1 | -1/+1 |
* | update deprecation version | PJ Fanning | 2020-06-27 | 1 | -1/+2 |
* | remove some deprecated methods from Cell | PJ Fanning | 2020-06-27 | 3 | -57/+1 |
* | remove some deprecated Font methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -23/+7 |
* | remove some deprecated Name methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -459/+397 |
* | improve memory safety in HWPFDocumentCore | Tim Allison | 2020-06-22 | 1 | -1/+1 |
* | Throw an exception with more information instead of an NPE | Dominik Stadler | 2020-06-15 | 1 | -0/+4 |
* | 64512 - Ole10Native aka embedded / object packager - handle UTF16 variants | Andreas Beeker | 2020-06-11 | 6 | -198/+281 |
* | [github-182] Fix root property size calculation. Thanks to netmackan. This cl... | PJ Fanning | 2020-06-10 | 2 | -2/+24 |
* | [github-181] make Value function work with arrays. Thanks to Miłosz Rembisz.... | PJ Fanning | 2020-06-06 | 1 | -156/+168 |
* | 63290 - PPTX To Png changes font sizes and colors | Andreas Beeker | 2020-06-04 | 4 | -87/+98 |
* | [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheets | PJ Fanning | 2020-06-02 | 1 | -1/+1 |
* | next version will be 5.0.0 | PJ Fanning | 2020-05-17 | 5 | -8/+8 |
* | Fix some IDE warnings, make lock-objects final, use generics, remove unused a... | Dominik Stadler | 2020-05-16 | 5 | -39/+34 |
* | Bug 64322: Optimize performance of reading ole2 files | Dominik Stadler | 2020-05-16 | 1 | -2/+16 |
* | Bug 64393: Adjust relational operators to handle MissingArgEval correctly | Dominik Stadler | 2020-05-16 | 1 | -4/+4 |
* | forbidden-apis-check issues | PJ Fanning | 2020-05-16 | 1 | -3/+4 |
* | [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180 | PJ Fanning | 2020-05-15 | 2 | -1/+136 |
* | [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank... | PJ Fanning | 2020-05-15 | 1 | -4/+24 |
* | [bug-64441] synchronize code that initialises WorkbookFactory | PJ Fanning | 2020-05-15 | 2 | -4/+30 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-05-05 | 78 | -12748/+1437 |
* | #64387 - Big POIFS stream result in OOM | Andreas Beeker | 2020-04-28 | 5 | -171/+195 |
* | Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin... | Dominik Stadler | 2020-04-26 | 2 | -55/+66 |
* | Bug 63294: Add some more methods to allow to use CellType everywhere | Dominik Stadler | 2020-04-24 | 5 | -24/+79 |
* | Fix some IDE warnings, remove usage of deprecated methods | Dominik Stadler | 2020-04-24 | 2 | -4/+5 |
* | Sonar fix - "Add the missing @deprecated Javadoc tag." | Andreas Beeker | 2020-04-22 | 143 | -5/+433 |
* | #55505 - CountryRecord not found | Andreas Beeker | 2020-04-21 | 1 | -1/+5 |