public class AreaEvalHelper extends Object
Constructor and Description |
---|
AreaEvalHelper() |
Modifier and Type | Method and Description |
---|---|
static org.zkoss.poi.ss.formula.eval.ValueEval |
getRelativeValue(org.zkoss.poi.ss.formula.eval.ValueEval valueEval,
int relativeRowIndex,
int relativeColumnIndex) |
static List<Double> |
toDoubleList(org.zkoss.poi.ss.formula.eval.ValueEval valueEval,
int srcRowIndex,
int srcColumnIndex) |
static double[][] |
toDoubleMatrix(org.zkoss.poi.ss.formula.eval.ValueEval valueEval,
int relativeRowIndex,
int relativeColumnIndex) |
public static org.zkoss.poi.ss.formula.eval.ValueEval getRelativeValue(org.zkoss.poi.ss.formula.eval.ValueEval valueEval, int relativeRowIndex, int relativeColumnIndex)
public static double[][] toDoubleMatrix(org.zkoss.poi.ss.formula.eval.ValueEval valueEval, int relativeRowIndex, int relativeColumnIndex) throws org.zkoss.poi.ss.formula.eval.EvaluationException
org.zkoss.poi.ss.formula.eval.EvaluationException
Copyright © 2019. All rights reserved.