Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fn: SUMIF | xuri | 2020-05-30 |
| | |||
* | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
| | | | | | - typo fix - reset cell with and height when insert picture into merged cell with autofit | ||
* | 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 |