| Commit message (Expand) | Author | Age |
* | This closes #787, avoid duplicate rich text string items, new formula fn: BIN... | xuri | 2021-02-21 |
* | ref: #756, set cell as blank when SetCellValue with nil #756, new formula fn:... | xuri | 2021-02-19 |
* | #65 fn: DEC2BIN, DEC2HEX, DEC2OCT | xuri | 2021-02-18 |
* | #65 fn: KURT, STDEV, STDEVA | xuri | 2021-02-17 |
* | This closes #785, support to change tab color; new formula function: FISHER, ... | xuri | 2021-02-16 |
* | lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C... | xuri | 2021-02-15 |
* | add ten formula functions: ENCODEURL, EXACT, FALSE, IFERROR, ISTEXT, LENB, NO... | xuri | 2021-02-14 |
* | binary search in range lookup and new formula function: LOOKUP | xuri | 2021-02-13 |
* | init new formula function: HLOOKUP | xuri | 2021-02-09 |
* | init new formula function: VLOOKUP | xuri | 2021-02-04 |
* | This closes #774, closes #775 and closes #776 | xuri | 2021-02-02 |
* | 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 |
* | 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 |
* | test on Go 1.5 on Travis CI and update docs for the CalcCellValue | xuri | 2020-08-14 |
* | 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 |
* | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
* | 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 |