summaryrefslogtreecommitdiff
path: root/calc_test.go
Commit message (Expand)AuthorAge
* related issue #65 fn: FIXEDxuri2021-03-21
* #65 fn: DATEDIFxuri2021-03-19
* #65 fn: NOW and TODAY, and update dependenciesxuri2021-03-14
* #65 fn: LARGE, SMALL, SUBSTITUTE, refactor ARABICxuri2021-03-02
* This improves compatibility for absolute XML path, Windows-style directory se...xuri2021-02-27
* handle default underline type on get rich text; #65 fn: CODE, COLUMN, FIND, F...xuri2021-02-24
* check empty rich text run properties; new formula fn: LEFT, LEFTB, RIGHT, RIGHTBxuri2021-02-23
* This closes #787, avoid duplicate rich text string items, new formula fn: BIN...xuri2021-02-21
* ref: #756, set cell as blank when SetCellValue with nil #756, new formula fn:...xuri2021-02-19
* #65 fn: DEC2BIN, DEC2HEX, DEC2OCTxuri2021-02-18
* #65 fn: KURT, STDEV, STDEVAxuri2021-02-17
* This closes #785, support to change tab color; new formula function: FISHER, ...xuri2021-02-16
* lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, C...xuri2021-02-15
* add ten formula functions: ENCODEURL, EXACT, FALSE, IFERROR, ISTEXT, LENB, NO...xuri2021-02-14
* binary search in range lookup and new formula function: LOOKUPxuri2021-02-13
* init new formula function: HLOOKUPxuri2021-02-09
* init new formula function: VLOOKUPxuri2021-02-04
* update formula functions testxuri2021-02-01
* Fix hyperbolic cotangent calculation incorrect and unit testxuri2021-01-31
* Nested formula function support cell references as argumentsxuri2021-01-31
* refactor formula calculation framework, add new function CHOOSE, and update d...xuri2021-01-30
* new formula fn: IF, LEN; not equal operator support and faster numeric precis...xuri2021-01-27
* This closes #752, fix incorrectly merged cells on duplicate row, and new form...xuri2020-12-22
* new formula func CLEAN and TRIM, change import path to v2 (#747)Zhang Zhipeng2020-12-14
* Fixed #727, rounding numeric with precision for formula calculationxuri2020-11-19
* Fix #724, standardize variable naming and update unit testsxuri2020-11-11
* New formula function AND (#701) and update doc for the NewSheet (#714)xuri2020-10-22
* Fix #701, init new formula function AND and OR, prevent formula lexer panic o...xuri2020-10-17
* - Resolve #711, update docs for the GetSheetIndexxuri2020-10-12
* Fix issue 665 (#666)jaby2020-07-14
* fn: COUNTAxuri2020-06-04
* fn: MEDIAN, ISNUMBERxuri2020-06-02
* fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NAxuri2020-05-31
* fn: SUMIFxuri2020-05-30
* updated test and go.modxuri2020-05-11
* - formula engine: reduce cyclomatic complexityxuri2020-05-10
* - fn: SUMSQxuri2020-05-09
* #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ...xuri2020-05-08
* #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN,...xuri2020-05-07
* #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MAT...xuri2020-05-06
* #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSCxuri2020-05-05
* fn: CEILING, CEILING.MATHxuri2020-05-04
* fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASExuri2020-05-04
* fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENTxuri2020-05-04
* init formula calculation engine, ref #65 and #599xuri2020-05-03