| Commit message (Expand) | Author | Age | Files | Lines |
* | [github-191] Fix RuntimeException on array formula referencing blank cell. Th... | PJ Fanning | 2020-08-14 | 1 | -0/+39 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 2 | -44/+31 |
* | [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz... | PJ Fanning | 2020-08-11 | 1 | -0/+79 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 33 | -127/+504 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 1 | -10/+1 |
* | remove some deprecated classes | PJ Fanning | 2020-06-27 | 2 | -148/+1 |
* | remove some deprecated Font methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -19/+21 |
* | try to fix test compile | PJ Fanning | 2020-06-27 | 2 | -9/+7 |
* | remove some deprecated Name methods from Workbook | PJ Fanning | 2020-06-27 | 2 | -28/+51 |
* | Always close Reader in test | Dominik Stadler | 2020-06-15 | 1 | -31/+31 |
* | Add some more tests from bug 63819 | Dominik Stadler | 2020-06-15 | 1 | -7/+22 |
* | 64512 - Ole10Native aka embedded / object packager - handle UTF16 variants | Andreas Beeker | 2020-06-11 | 1 | -15/+16 |
* | [github-182] Fix root property size calculation. Thanks to netmackan. This cl... | PJ Fanning | 2020-06-10 | 1 | -186/+247 |
* | test tidy up | PJ Fanning | 2020-06-09 | 1 | -2/+2 |
* | [github-181] make Value function work with arrays. Thanks to Miłosz Rembisz.... | PJ Fanning | 2020-06-06 | 1 | -0/+15 |
* | Bug 64322: Optimize performance of reading ole2 files | Dominik Stadler | 2020-05-16 | 1 | -11/+80 |
* | Bug 64393: Adjust relational operators to handle MissingArgEval correctly | Dominik Stadler | 2020-05-16 | 1 | -0/+62 |
* | [github-180] Add DateValue function. Thanks to Milosz Rembisz. This closes #180 | PJ Fanning | 2020-05-15 | 2 | -0/+82 |
* | [github-179] add an option for RangeCopier.copyRange() to clone styles. Thank... | PJ Fanning | 2020-05-15 | 1 | -5/+49 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-05-05 | 1 | -19/+5 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting. | PJ Fanning | 2020-04-29 | 1 | -2/+4 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting. | PJ Fanning | 2020-04-29 | 1 | -5/+17 |
* | [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting. | PJ Fanning | 2020-04-29 | 1 | -8/+4 |
* | Github-177: Avoid NullPointerException if RangeCopier encounters empty/missin... | Dominik Stadler | 2020-04-26 | 2 | -15/+44 |
* | Bug 63294: Add some more methods to allow to use CellType everywhere | Dominik Stadler | 2020-04-24 | 1 | -0/+2 |
* | Fix some IDE warnings, remove usage of deprecated methods | Dominik Stadler | 2020-04-24 | 2 | -22/+21 |
* | #55505 - CountryRecord not found | Andreas Beeker | 2020-04-21 | 1 | -1/+10 |
* | Sonar fixes | Andreas Beeker | 2020-04-19 | 2 | -52/+8 |
* | #63745 - Add traversing and debugging interface to HSSF | Andreas Beeker | 2020-04-19 | 1 | -2/+2 |
* | Add unit tests for new Name.isHidden method | Nick Burch | 2020-04-19 | 1 | -0/+4 |
* | Sonar fixes - Ignore System.out-calls and args checks in examples | Andreas Beeker | 2020-04-18 | 2 | -82/+14 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 16 | -68/+45 |
* | #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc... | Andreas Beeker | 2020-04-14 | 4 | -156/+113 |
* | #63745 - Add traversing and debugging interface to HSSF | Andreas Beeker | 2020-04-12 | 4 | -56/+14 |
* | #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,... | Nick Burch | 2020-04-11 | 1 | -5/+29 |
* | Add disabled unit test for #64319 | Nick Burch | 2020-04-07 | 1 | -0/+27 |
* | ArrayUtil - remove unused method | Andreas Beeker | 2020-04-06 | 1 | -16/+0 |
* | Sonar Fixes and remove obsolete classes | Andreas Beeker | 2020-04-01 | 1 | -309/+0 |
* | 64261 -- fix handling of drop down list when items are selected | Tim Allison | 2020-03-31 | 1 | -1/+6 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 2 | -1143/+1121 |
* | Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4... | Dominik Stadler | 2020-03-29 | 1 | -4/+8 |
* | #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c... | Andreas Beeker | 2020-03-22 | 1 | -4/+4 |
* | #64213 - Picture.resize(double scale) scales width wrong for small pictures a... | Andreas Beeker | 2020-03-16 | 2 | -223/+345 |
* | forbidden apis check fix | Andreas Beeker | 2020-03-08 | 1 | -1/+3 |
* | Get UUID from ClassID | Andreas Beeker | 2020-03-08 | 1 | -80/+34 |
* | Work on bug 64038 and other bugs and add test for 62865 | Dominik Stadler | 2020-03-08 | 2 | -3/+18 |
* | Try to use https for poi.apache.org everywhere | Dominik Stadler | 2020-03-08 | 7 | -91/+91 |
* | Update JavaDoc for logging and marshalling | Dominik Stadler | 2020-03-08 | 1 | -2/+2 |
* | Fix incorrect handling of format which should not produce any digit for zero | Dominik Stadler | 2020-03-07 | 2 | -23/+43 |
* | Bug 64179: Adjust to ensure a fixed timezone for date parsing in test | Dominik Stadler | 2020-03-07 | 1 | -230/+232 |