xuri
afb2d27c90
This fix formula calculation accuracy issue and panic when set pane
...
- Fix `GROWTH` and `TREND` calculation accuracy issue
- Fix panic when add pane on empty sheet views worksheet
- New exported constants `MinFontSize`
3 years ago
xuri
0f7a0c8f3b
Optimization formula calculation performance and update README card badge
3 years ago
xuri
81d9362b4f
ref #65 , new formula function: CONVERT
3 years ago
xuri
0b8965dba9
ref #65 , initial formula functions: GROWTH and TREND
3 years ago
xuri
6fa950a4f8
ref #65 , new formula functions: SKEW.P and SLOPE, remove no-required format default
3 years ago
xuri
66776730b6
ref #65 , new formula functions: PEARSON and RSQ
3 years ago
xuri
c0d341706d
ref #65 , new formula functions: MINVERSE and MMULT
3 years ago
xuri
396cf99d45
ref #65 , new formula functions: COVARIANCE.S and STDEVPA
3 years ago
xuri
c1940c2a1e
This includes new formula functions support, dependencies upgrade, and bug fix
...
- Fix page setup fields parsing issue
- Go Modules dependencies upgrade
- Ref #65 , CONFIDENCE.T and PHI
- Ref #1198 , Fix the issue that the chart axis maximum and minimum didn't work when the value is 0
3 years ago
xuri
9b8f1a15e1
ref #65 , new formula functions: MODE.MULT and MODE.SNGL
3 years ago
xuri
5bf4bce9d4
ref #65 , #1196 : fix the compatibility issue and added new formula function
...
- New formula functions: MODE and T.TEST
3 years ago
xuri
26174a2c43
This closes #1196 , fix the compatibility issue and added new formula function
...
ref #65 , new formula functions: TINV and TTEST
3 years ago
xuri
ecbc6e2fde
ref #65 , new formula functions: T.INV and T.INV.2T
...
- Typo fixed
3 years ago
xuri
be8fc0a4c5
ref #65 , new formula functions: T.DIST.2T and T.DIST.RT
...
- Update GitHub Action settings
3 years ago
xuri
b8345731a4
ref #65 , new formula functions: T.DIST and TDIST
3 years ago
xuri
d9b5afc1ac
ref #65 , new formula functions: NEGBINOM.DIST and NEGBINOMDIST
3 years ago
xuri
18c48d8291
ref #65 , new formula functions: CHISQ.INV and CHISQ.INV.RT
3 years ago
xuri
29d63f6ae0
ref #65 , new formula functions: HYPGEOM.DIST and HYPGEOMDIST
3 years ago
xuri
0030e800ca
ref #65 , new formula functions: F.TEST and FTEST
3 years ago
xuri
46336bc788
ref #65 , new formula functions: CHISQ.DIST.RT CHISQ.DIST and GAMMALN.PRECISE
3 years ago
xuri
f8d763d0bd
ref #65 , new formula functions: CHITEST and CHISQ.TEST
3 years ago
xuri
17141a9638
ref #65 , new formula functions: F.DIST.RT and SERIESSUM
3 years ago
xuri
4affeacc45
ref #65 , new formula functions: F.DIST and FDIST
3 years ago
xuri
8a335225c7
Format code, update documentation and remove exported variable `XMLHeaderByte`
3 years ago
xuri
139ee4c4b0
ref #65 , new formula functions: AVERAGEIFS and SUMPRODUCT
3 years ago
xuri
797958210d
ref #65 , new formula functions: CRITBINOM and SUMIFS
3 years ago
xuri
067c5d5643
This closes #1185 , fix formula function calculation result precision issue on arm64
...
* New formula functions: BINOM.DIST.RANGE and BINOM.INV
* Fix complex number calculation result precision issue
3 years ago
xuri
49424b0eb3
ref #65 , #1185 , new formula functions and precision improvement
...
* New formula functions: BETA.DIST, BINOMDIST and BINOM
* Fix a part of formula function calculation result precision issue on arm64
3 years ago
xuri
94f197c4fe
This improved formula calculate precision and added zero placeholder number format support
3 years ago
xuri
14b461420f
This fix scientific notation and page setup fields parsing issue
3 years ago
xuri
1da129a3df
ref #65 , new formula functions: CHIINV and BETADIST
3 years ago
xuri
c3424a9a0f
ref #65 , new formula functions: LOGNORM.DIST and LOGNORMDIST
3 years ago
xuri
4220bf4327
ref #65 , new formula functions: LOGNORM.INV and LOGINV
...
* Update docs for the function `SetCellHyperLink`
3 years ago
xuri
e1d660dda7
ref #65 , new formula functions: GAMMA.INV and GAMMAINV and format code
3 years ago
xuri
361611c23a
ref #65 , new formula functions: GAMMA.DIST and GAMMADIST
3 years ago
xuri
aee7bdd3a0
ref #65 , new formula functions: F.INV and GAUSS
3 years ago
xuri
56aa6b8263
ref #65 , new formula functions and read boolean data type cell value support
...
* added 3 new formula functions: BETAINV, BETA.INV, F.INV.RT
3 years ago
xuri
61eb265c29
This closes #1171 , improve the compatibility and added new formula function
...
ref #65 , added new formula function: FINV
3 years ago
xuri
354d1696d8
ref #65 , new formula functions: CORREL, SUMX2MY2, SUMX2PY2, and SUMXMY2
3 years ago
xuri
129052ae7d
This closes #1164 , fix nested formula calculation result error
3 years ago
xuri
3971e8a48b
ref #65 , new formula functions: COVAR, COVARIANCE.P, EXPON.DIST and EXPONDIST
3 years ago
xuri
1efa283887
ref #65 , new formula functions FORMULATEXT and TYPE
3 years ago
xuri
42a9665aa9
ref #65 : formula function INDIRECT support and formula engine improvement
...
Support calculation with the none parameter formula function after infix operator notation
3 years ago
xuri
471c8f22d0
This closes #1160 , and added 4 new formula functions
...
* Fix show sheet tabs issue
* Ref #65 , new formula functions: ERROR.TYPE, HOUR, SECOND TIMEVALUE
3 years ago
xuri
3ee3c38f9c
Fix file corrupted in some cases, check file extension and format code
...
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`
3 years ago
xuri
9e64df6a96
Update create style example, using a pointer of the structure instead of JSON
3 years ago
xuri
089cd365a3
This closes #1097 , initialized formula function XLOOKUP and update test
3 years ago
xuri
6051434bf8
ref #65 , new formula functions MAXIFS and MINIFS
3 years ago
xuri
63fe422299
new formula function and update docs for formula functions
...
ref #65 , new formula function: INDEX (array formula not support yet)
3 years ago
xuri
c0ac3165bd
ref #65 : new formula function COUNTIFS
3 years ago