aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util
Commit message (Expand)AuthorAgeFilesLines
* [github-189] Move date parsing logic to DateParser. Thanks to Miłosz Rembisz...PJ Fanning2020-08-111-0/+133
* use BigInteger.valueOfPJ Fanning2020-07-161-1/+1
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-123-15/+49
* Sonar FixesAndreas Beeker2020-03-291-17/+3
* Sonar FixesAndreas Beeker2020-03-291-1/+1
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-108/+110
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...Dominik Stadler2020-03-081-12/+35
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* reformat codePJ Fanning2020-01-091-134/+136
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-091-13/+32
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-231-11/+6
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-223-70/+45
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-081-238/+49
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-3/+2
* try to avoid casting to intPJ Fanning2019-09-143-3/+3
* [bug-63533] fix javadoc that refers to horisontalPdiPJ Fanning2019-07-011-1/+1
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-1/+21
* fix result of multiplication cast to wider typeAlain Béarez2019-05-212-19/+30
* fix whitespace contradicts operator precedenceAlain Béarez2019-05-212-17/+21
* fix potential output resource leaks (LGTM)Alain Béarez2019-05-211-9/+17
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-3/+5
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-191-1/+6
* fix some cases where iterator usage does not check hasNextPJ Fanning2019-03-141-21/+22
* Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sampleDominik Stadler2019-01-131-2/+5
* Bug 62810: AreaReference ctor looses sheet name if rows or columns swappedDominik Stadler2019-01-131-5/+11
* Bug 62828: CellReference(Cell) now initializes sheet name.Vladislav Galas2019-01-021-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-2/+1
* IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-011-9/+5
* Typos and IDE warningsDominik Stadler2018-10-261-8/+8
* remove some casts to shortPJ Fanning2018-03-032-3/+3
* tidy up API for font indexPJ Fanning2018-02-262-2/+2
* further uptake of int methods for font lookupsPJ Fanning2018-02-221-1/+1
* [bug-62018] use ints to index fontsPJ Fanning2018-02-202-6/+22
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-14/+0
* Some JavaDoc adjustments, typos, IntelliJ warningsDominik Stadler2017-11-081-7/+5
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s...Javen O'Neal2017-11-071-20/+1
* bug 61730: add javadocJaven O'Neal2017-11-071-0/+4
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-071-4/+95
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ...Javen O'Neal2017-11-061-0/+1
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-312-7/+11
* Remove use of deprecated methodsPJ Fanning2017-10-221-4/+4
* Remove use of deprecated methodsPJ Fanning2017-10-221-3/+3
* IntelliJ: simplify boolean logicJaven O'Neal2017-10-172-10/+5
* Remove more deprecated classes and methodsPJ Fanning2017-09-231-22/+0
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-2/+2
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-181-8/+6
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-172-11/+9
* Use Integer.compare() where possibleDominik Stadler2017-09-161-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-164-12/+7