index
:
anyxcelize
getRowInterface
A fork of excelize to be able to write non-strings.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
calc.go
Commit message (
Collapse
)
Author
Age
*
updated test and go.mod
xuri
2020-05-11
|
*
- formula engine: reduce cyclomatic complexity
xuri
2020-05-10
|
|
|
|
- styles: allow empty and default cell formats, #628
*
- fn: SUMSQ
xuri
2020-05-09
|
|
|
|
|
|
- resolve ineffectual assignment - handle exception with invalid formula - update range resolver
*
#65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ↵
xuri
2020-05-08
|
|
|
|
TRUNC
*
#65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, ↵
xuri
2020-05-07
|
|
|
|
RANDBETWEEN, ROMAN
*
#65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, ↵
xuri
2020-05-06
|
|
|
|
FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
*
#65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC
xuri
2020-05-05
|
*
fn: CEILING, CEILING.MATH
xuri
2020-05-04
|
*
fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE
xuri
2020-05-04
|
*
fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT
xuri
2020-05-04
|
*
init formula calculation engine, ref #65 and #599
xuri
2020-05-03