| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sonar fix - "Cast one of the operands of this addition operation to a 'long'/... | Andreas Beeker | 2020-04-20 | 1 | -1/+1 |
* | Sonar fixes | Andreas Beeker | 2020-04-19 | 17 | -65/+69 |
* | #63745 - Add traversing and debugging interface to HSSF | Andreas Beeker | 2020-04-19 | 16 | -403/+394 |
* | Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not | Nick Burch | 2020-04-19 | 2 | -0/+18 |
* | Sonar fixes - Ignore System.out-calls and args checks in examples | Andreas Beeker | 2020-04-18 | 5 | -365/+108 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 31 | -434/+299 |
* | #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc... | Andreas Beeker | 2020-04-14 | 6 | -103/+82 |
* | #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory) | Andreas Beeker | 2020-04-13 | 4 | -564/+239 |
* | #63745 - Add traversing and debugging interface to HSSF | Andreas Beeker | 2020-04-12 | 254 | -4007/+4923 |
* | #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,... | Nick Burch | 2020-04-11 | 1 | -3/+7 |
* | ArrayUtil - remove unused method | Andreas Beeker | 2020-04-06 | 1 | -34/+12 |
* | Sonar fixes - String literals should not be duplicated | Andreas Beeker | 2020-04-05 | 4 | -73/+53 |
* | Sonar fixes - "static" base class members should not be accessed via derived ... | Andreas Beeker | 2020-04-05 | 1 | -15/+15 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2020-04-05 | 3 | -72/+51 |
* | Sonar Fixes - "static" base class members should not be accessed via derived ... | Andreas Beeker | 2020-04-02 | 6 | -78/+120 |
* | Sonar Fixes - The diamond operator ("<>") should be used | Andreas Beeker | 2020-04-02 | 16 | -619/+635 |
* | Sonar Fixes and remove obsolete classes | Andreas Beeker | 2020-04-01 | 1 | -1/+2 |
* | 64261 -- fix handling of drop down list when items are selected | Tim Allison | 2020-03-31 | 1 | -1/+1 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 3 | -33/+23 |
* | Sonar Fixes - try to fix XXE warnings | Andreas Beeker | 2020-03-29 | 1 | -0/+2 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 12 | -305/+426 |
* | Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4... | Dominik Stadler | 2020-03-29 | 2 | -9/+9 |
* | Bug 61863: Update JavaDoc to describe relation to workbook-level flag | Dominik Stadler | 2020-03-28 | 1 | -60/+65 |
* | #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c... | Andreas Beeker | 2020-03-22 | 1 | -38/+48 |
* | #64241 - XSLF - Wrong scheme colors used when rendering | Andreas Beeker | 2020-03-21 | 2 | -5/+3 |
* | #64213 - Picture.resize(double scale) scales width wrong for small pictures a... | Andreas Beeker | 2020-03-16 | 1 | -108/+110 |
* | Get UUID from ClassID | Andreas Beeker | 2020-03-08 | 1 | -7/+29 |
* | Work on bug 64038 and other bugs and add test for 62865 | Dominik Stadler | 2020-03-08 | 1 | -3/+1 |
* | Try to use https for poi.apache.org everywhere | Dominik Stadler | 2020-03-08 | 2 | -2/+2 |
* | Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ... | Dominik Stadler | 2020-03-08 | 1 | -12/+35 |
* | Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT | Dominik Stadler | 2020-03-08 | 2 | -20/+26 |
* | Update JavaDoc for logging and marshalling | Dominik Stadler | 2020-03-08 | 4 | -25/+34 |
* | Fix incorrect handling of format which should not produce any digit for zero | Dominik Stadler | 2020-03-07 | 1 | -10/+13 |
* | Sonar fixes | Andreas Beeker | 2020-02-25 | 3 | -10/+6 |
* | replace some calls to Collection methods with shorter/more effective versions | Axel Howind | 2020-02-20 | 3 | -4/+4 |
* | use indexOf(char) instead of indexOf(String) where possible; replace one more... | Axel Howind | 2020-02-20 | 2 | -2/+2 |
* | Applied "clean up IntList code" patch from bug 63805 | Axel Howind | 2020-02-20 | 1 | -50/+34 |
* | PPTX2PNG - fix SVG gradients | Andreas Beeker | 2020-02-17 | 1 | -17/+21 |
* | Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly. | Tim Allison | 2020-02-10 | 1 | -9/+11 |
* | Use indexed palette for duo tone pattern | Andreas Beeker | 2020-02-03 | 1 | -14/+29 |
* | XSLF Performance - don't initialize the JAXBContext every time | Andreas Beeker | 2020-02-02 | 1 | -6/+18 |
* | TextLayout.getAdvance() for " " returns 0 in some cases / JDKs, which caused ... | Andreas Beeker | 2020-02-02 | 1 | -14/+26 |
* | Improve some assertions and error messages for exceptions seen in the regress... | Dominik Stadler | 2020-01-30 | 1 | -7/+4 |
* | Handle empty files correctly when looking for FileMagic to avoid NegativeArra... | Dominik Stadler | 2020-01-27 | 1 | -2/+5 |
* | #64036 - Replace reflection calls in factories for Java 9+ - Escher factories | Andreas Beeker | 2020-01-26 | 8 | -611/+207 |
* | #64088 - SlideShow rendering fixes | Andreas Beeker | 2020-01-19 | 3 | -50/+170 |
* | use a few more lambdas | PJ Fanning | 2020-01-12 | 2 | -17/+9 |
* | try to fix some jdk 14 build issues due to java.lang.Record causing existing ... | PJ Fanning | 2020-01-10 | 33 | -126/+123 |
* | reformat code | PJ Fanning | 2020-01-09 | 1 | -134/+136 |
* | [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha... | PJ Fanning | 2020-01-09 | 1 | -13/+32 |