aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2727-6886/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-213-35/+23
* Sonar fixesAndreas Beeker2021-01-231-8/+10
* Sonar fixesAndreas Beeker2021-01-172-6/+6
* Apply some IDE suggestions and fix some JavaDocDominik Stadler2021-01-011-1/+0
* Sonar fixesAndreas Beeker2020-12-261-14/+13
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-1/+1
* avoid string concatsPJ Fanning2020-12-171-3/+1
* avoid string concatsPJ Fanning2020-12-171-1/+1
* remove more deprecated codePJ Fanning2020-12-091-8/+0
* remove more deprecated codePJ Fanning2020-12-092-2/+2
* remove some deprecated codePJ Fanning2020-12-081-9/+0
* Prevent some unit-tests from failing when non-English local is used in Maven runDominik Stadler2020-10-251-2/+7
* [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