aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/cellwalk
Commit message (Expand)AuthorAgeFilesLines
* fix result of multiplication cast to wider typeAlain BĂ©arez2019-05-211-2/+5
* use ArithmeticUtils for calculations that might overflowPJ Fanning2019-04-151-3/+5
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-3/+3
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-1/+1
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+2
* FindBugs fixAndreas Beeker2014-02-141-1/+1
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-55/+54
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-203-0/+215