Package | Description |
---|---|
io.keikaiex.formula.fn |
ZK EL functions implementation that realize Keikai Spreadsheet formula functions.
|
org.zkoss.poi.ss.formula.functions |
Modifier and Type | Method and Description |
---|---|
static Complex[] |
EngineeringFunctionImpl.toComplexArray(ValueEval[] args,
int srcCellRow,
int srcCellCol)
Convert an object array to a complex array
|
Modifier and Type | Method and Description |
---|---|
static Complex |
UtilFns.cToComplex(org.apache.commons.math.complex.Complex c,
String suffix)
Convert the complex to complex.
|
Complex |
ComplexFormat.parse(String source,
String suffix) |
static Complex |
UtilFns.validateComplex(String complex)
Validate given String value, return associated complex.
|
Modifier and Type | Method and Description |
---|---|
static String |
UtilFns.format(Complex c)
format Complex number to match Excel format
|
Copyright © 2020. All rights reserved.