summaryrefslogtreecommitdiff
path: root/calc_test.go
Commit message (Collapse)AuthorAge
* ref #65, #1196: fix the compatibility issue and added new formula functionxuri2022-04-06
| | | | - New formula functions: MODE and T.TEST
* This closes #1196, fix the compatibility issue and added new formula functionxuri2022-04-05
| | | | ref #65, new formula functions: TINV and TTEST
* ref #65, new formula functions: T.INV and T.INV.2Txuri2022-04-04
| | | | - Typo fixed
* ref #65, new formula functions: T.DIST.2T and T.DIST.RTxuri2022-04-03
| | | | - Update GitHub Action settings
* ref #65, new formula functions: T.DIST and TDISTxuri2022-04-02
|
* ref #65, new formula functions: NEGBINOM.DIST and NEGBINOMDISTxuri2022-04-01
|
* ref #65, new formula functions: CHISQ.INV and CHISQ.INV.RTxuri2022-03-31
|
* ref #65, new formula functions: HYPGEOM.DIST and HYPGEOMDISTxuri2022-03-30
|
* ref #65, new formula functions: F.TEST and FTESTxuri2022-03-29
|
* ref #65, new formula functions: CHISQ.DIST.RT CHISQ.DIST and GAMMALN.PRECISExuri2022-03-28
|
* ref #65, new formula functions: CHITEST and CHISQ.TESTxuri2022-03-27
|
* ref #65, new formula functions: F.DIST.RT and SERIESSUMxuri2022-03-26
|
* ref #65, new formula functions: F.DIST and FDISTxuri2022-03-25
|
* Format code, update documentation and remove exported variable `XMLHeaderByte`xuri2022-03-24
|
* ref #65, new formula functions: AVERAGEIFS and SUMPRODUCTxuri2022-03-23
|
* ref #65, new formula functions: CRITBINOM and SUMIFSxuri2022-03-22
|
* This closes #1185, fix formula function calculation result precision issue ↵xuri2022-03-21
| | | | | | | on arm64 * New formula functions: BINOM.DIST.RANGE and BINOM.INV * Fix complex number calculation result precision issue
* ref #65, #1185, new formula functions and precision improvementxuri2022-03-20
| | | | | * New formula functions: BETA.DIST, BINOMDIST and BINOM * Fix a part of formula function calculation result precision issue on arm64
* This improved formula calculate precision and added zero placeholder number ↵xuri2022-03-19
| | | | format support
* This fix scientific notation and page setup fields parsing issuexuri2022-03-18
|
* ref #65, new formula functions: CHIINV and BETADISTxuri2022-03-17
|
* ref #65, new formula functions: LOGNORM.DIST and LOGNORMDISTxuri2022-03-16
|
* ref #65, new formula functions: LOGNORM.INV and LOGINVxuri2022-03-15
| | | | * Update docs for the function `SetCellHyperLink`
* ref #65, new formula functions: GAMMA.INV and GAMMAINV and format codexuri2022-03-12
|
* ref #65, new formula functions: GAMMA.DIST and GAMMADISTxuri2022-03-11
|
* ref #65, new formula functions: F.INV and GAUSSxuri2022-03-10
|
* ref #65, new formula functions and read boolean data type cell value supportxuri2022-03-08
| | | | * added 3 new formula functions: BETAINV, BETA.INV, F.INV.RT
* This closes #1171, improve the compatibility and added new formula functionxuri2022-03-07
| | | | ref #65, added new formula function: FINV
* ref #65, new formula functions: CORREL, SUMX2MY2, SUMX2PY2, and SUMXMY2xuri2022-03-06
|
* This closes #1164, fix nested formula calculation result errorxuri2022-03-04
|
* ref #65, new formula functions: COVAR, COVARIANCE.P, EXPON.DIST and EXPONDISTxuri2022-03-02
|
* ref #65, new formula functions FORMULATEXT and TYPExuri2022-03-01
|
* ref #65: formula function INDIRECT support and formula engine improvementxuri2022-02-28
| | | | Support calculation with the none parameter formula function after infix operator notation
* This closes #1160, and added 4 new formula functionsxuri2022-02-26
| | | | | * Fix show sheet tabs issue * Ref #65, new formula functions: ERROR.TYPE, HOUR, SECOND TIMEVALUE
* Fix file corrupted in some cases, check file extension and format codexuri2022-01-23
| | | | | | Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case New exported error ErrWorkbookExt has been added, and check file extension on save the workbook Format source code with `gofumpt`
* Update create style example, using a pointer of the structure instead of JSONxuri2022-01-05
|
* This closes #1097, initialized formula function XLOOKUP and update testxuri2021-12-25
|
* ref #65, new formula functions MAXIFS and MINIFSxuri2021-12-19
|
* new formula function and update docs for formula functionsxuri2021-12-17
| | | | ref #65, new formula function: INDEX (array formula not support yet)
* ref #65: new formula function COUNTIFSxuri2021-12-14
|
* ref #65: new formula functions: AVERAGEIF and COUNTIFxuri2021-12-13
|
* ref #65: new formula function: SHEETS, and fix SHEET function count issuexuri2021-12-12
|
* This closes #1090 (#1092)jaby2021-12-10
| | | Keep track of operators per function
* ref #65: new formula functions: ISFORMULA, ISLOGICAL and ISREFxuri2021-12-09
|
* This closes #1088 (#1089)jaby2021-12-09
| | | Support check string equality with the string value of a defined name
* Export 7 errors so users can act differently on different type of errorsxuri2021-12-07
|
* ref #65: new formula function ODDFPRICExuri2021-12-06
|
* Update docs for SetSheetStyle, and added 2 formula functionsxuri2021-12-04
| | | | | ref #65: new formula functions DURATION and MDURATION fix incorrect example in SetSheetStyle docs
* ref #65: new formula function YIELDxuri2021-11-29
|
* ref #65: new formula functions CONFIDENCE and CONFIDENCE.NORMxuri2021-11-25
|