aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/CellUtil.java
Commit message (Expand)AuthorAgeFilesLines
* [bug-63268] fix issue where CellUtil.setFont is adding unnecessary stylesPJ Fanning2019-03-191-1/+6
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-2/+1
* Typos and IDE warningsDominik Stadler2018-10-261-8/+8
* tidy up API for font indexPJ Fanning2018-02-261-1/+1
* further uptake of int methods for font lookupsPJ Fanning2018-02-221-1/+1
* [bug-62018] use ints to index fontsPJ Fanning2018-02-201-4/+20
* Remove use of deprecated methodsPJ Fanning2017-10-221-4/+4
* Remove use of deprecated methodsPJ Fanning2017-10-221-3/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-7/+7
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-301-45/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-301-58/+0
* bug 60787: remove calls to System.out.println. Thanks to Kamile Demirel.Javen O'Neal2017-03-021-4/+0
* bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-141-4/+4
* bug 59837: update CellUtil to handle VerticalAlignment and HorizontalAlignmen...Javen O'Neal2016-07-101-49/+277
* bug 55555: set fill pattern, foreground color, and background color order cor...Javen O'Neal2016-07-081-4/+4
* javadocsJaven O'Neal2016-06-121-0/+1
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...Javen O'Neal2016-04-171-20/+66
* bug 59264: fix findbugs warning 'A boxed value is unboxed and then immediatel...Javen O'Neal2016-04-061-1/+1
* whitespace (tabs to 4 spaces)Javen O'Neal2016-04-051-425/+425
* bug 59264: move border style deprecations to POI 3.15 beta 2.Javen O'Neal2016-04-051-1/+1
* bug 59264: allow borders styles to be set with BorderStyles enums or Short co...Javen O'Neal2016-04-051-2/+14
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-051-8/+32
* Fix some compiler warnings, javadoc, ...Dominik Stadler2016-03-281-7/+7
* fix eclipse warningsAndreas Beeker2016-03-211-1/+2
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...Javen O'Neal2016-01-021-2/+11
* fix javadocsJaven O'Neal2016-01-021-3/+3
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-021-11/+59
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-281-2/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+2
* fixed packaging of files moved from contribYegor Kozlov2010-10-191-1/+1
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu...Yegor Kozlov2010-10-061-0/+379