| Commit message (Expand) | Author | Age | Files | Lines |
* | [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz... | PJ Fanning | 2020-08-11 | 1 | -0/+133 |
* | use BigInteger.valueOf | PJ Fanning | 2020-07-16 | 1 | -1/+1 |
* | #63745 - Add traversing and debugging interface to HSSF | Andreas Beeker | 2020-04-12 | 3 | -15/+49 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 1 | -17/+3 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 1 | -1/+1 |
* | #64213 - Picture.resize(double scale) scales width wrong for small pictures a... | Andreas Beeker | 2020-03-16 | 1 | -108/+110 |
* | Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ... | Dominik Stadler | 2020-03-08 | 1 | -12/+35 |
* | use indexOf(char) instead of indexOf(String) where possible; replace one more... | Axel Howind | 2020-02-20 | 1 | -1/+1 |
* | 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 |
* | Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() | Andreas Beeker | 2019-12-23 | 1 | -11/+6 |
* | #64004 - Replace clone() with copy constructor - mainly HSSF classes | Andreas Beeker | 2019-12-22 | 3 | -70/+45 |
* | Bug 63927 - Inconsistent mapping of Norwegian locales for date formats | Andreas Beeker | 2019-12-08 | 1 | -238/+49 |
* | use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) | Axel Howind | 2019-11-17 | 1 | -3/+2 |
* | try to avoid casting to int | PJ Fanning | 2019-09-14 | 3 | -3/+3 |
* | [bug-63533] fix javadoc that refers to horisontalPdi | PJ Fanning | 2019-07-01 | 1 | -1/+1 |
* | Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. | Dominik Stadler | 2019-06-22 | 1 | -1/+21 |
* | fix result of multiplication cast to wider type | Alain Béarez | 2019-05-21 | 2 | -19/+30 |
* | fix whitespace contradicts operator precedence | Alain Béarez | 2019-05-21 | 2 | -17/+21 |
* | fix potential output resource leaks (LGTM) | Alain Béarez | 2019-05-21 | 1 | -9/+17 |
* | use ArithmeticUtils for calculations that might overflow | PJ Fanning | 2019-04-15 | 1 | -3/+5 |
* | [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles | PJ Fanning | 2019-03-19 | 1 | -1/+6 |
* | fix some cases where iterator usage does not check hasNext | PJ Fanning | 2019-03-14 | 1 | -21/+22 |
* | Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample | Dominik Stadler | 2019-01-13 | 1 | -2/+5 |
* | Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped | Dominik Stadler | 2019-01-13 | 1 | -5/+11 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 1 | -1/+1 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 1 | -2/+1 |
* | IDE warnings, tried to reproduce Bug 58927, but could not | Dominik Stadler | 2018-11-01 | 1 | -9/+5 |
* | Typos and IDE warnings | Dominik Stadler | 2018-10-26 | 1 | -8/+8 |
* | remove some casts to short | PJ Fanning | 2018-03-03 | 2 | -3/+3 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 2 | -2/+2 |
* | further uptake of int methods for font lookups | PJ Fanning | 2018-02-22 | 1 | -1/+1 |
* | [bug-62018] use ints to index fonts | PJ Fanning | 2018-02-20 | 2 | -6/+22 |
* | Bug-61947 remove deprecated method | PJ Fanning | 2018-01-01 | 1 | -14/+0 |
* | Some JavaDoc adjustments, typos, IntelliJ warnings | Dominik Stadler | 2017-11-08 | 1 | -7/+5 |
* | bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s... | Javen O'Neal | 2017-11-07 | 1 | -20/+1 |
* | bug 61730: add javadoc | Javen O'Neal | 2017-11-07 | 1 | -0/+4 |
* | bug 61730: add iterator interface to CellRangeAddressBase for iterating over ... | Javen O'Neal | 2017-11-07 | 1 | -4/+95 |
* | bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ... | Javen O'Neal | 2017-11-06 | 1 | -0/+1 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 2 | -7/+11 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 1 | -4/+4 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 1 | -3/+3 |
* | IntelliJ: simplify boolean logic | Javen O'Neal | 2017-10-17 | 2 | -10/+5 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 1 | -22/+0 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 2 | -2/+2 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -2/+2 |
* | Change getCachedFormulaResultType to return CellType | PJ Fanning | 2017-09-18 | 1 | -8/+6 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 2 | -11/+9 |
* | Use Integer.compare() where possible | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 4 | -12/+7 |