| Commit message (Expand) | Author | Age |
* | init new formula function: VLOOKUP | xuri | 2021-02-04 |
* | update formula functions test | xuri | 2021-02-01 |
* | Fix hyperbolic cotangent calculation incorrect and unit test | xuri | 2021-01-31 |
* | Nested formula function support cell references as arguments | xuri | 2021-01-31 |
* | refactor formula calculation framework, add new function CHOOSE, and update d... | xuri | 2021-01-30 |
* | new formula fn: IF, LEN; not equal operator support and faster numeric precis... | xuri | 2021-01-27 |
* | This closes #752, fix incorrectly merged cells on duplicate row, and new form... | xuri | 2020-12-22 |
* | new formula func CLEAN and TRIM, change import path to v2 (#747) | Zhang Zhipeng | 2020-12-14 |
* | Fixed #727, rounding numeric with precision for formula calculation | xuri | 2020-11-19 |
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
* | New formula function AND (#701) and update doc for the NewSheet (#714) | xuri | 2020-10-22 |
* | Fix #701, init new formula function AND and OR, prevent formula lexer panic o... | xuri | 2020-10-17 |
* | - Resolve #711, update docs for the GetSheetIndex | xuri | 2020-10-12 |
* | Fix issue 665 (#666) | jaby | 2020-07-14 |
* | fn: COUNTA | xuri | 2020-06-04 |
* | fn: MEDIAN, ISNUMBER | xuri | 2020-06-02 |
* | fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NA | xuri | 2020-05-31 |
* | fn: SUMIF | xuri | 2020-05-30 |
* | updated test and go.mod | xuri | 2020-05-11 |
* | - formula engine: reduce cyclomatic complexity | xuri | 2020-05-10 |
* | - fn: SUMSQ | xuri | 2020-05-09 |
* | #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ... | xuri | 2020-05-08 |
* | #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN,... | xuri | 2020-05-07 |
* | #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MAT... | xuri | 2020-05-06 |
* | #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 |