| Commit message (Collapse) | Author | Age |
|
|
|
| |
CUMPRINC
|
| |
|
|
|
|
| |
#65 fn: IMAGINARY, IMARGUMENT, IMCONJUGATE and IMDIV
|
| |
|
| |
|
|
|
|
| |
IMCSCH, IMEXP, IMLN and IMLOG10
|
|
|
|
| |
#65 formula function: COMPLEX
|
| |
|
| |
|
| |
|
|
|
|
| |
typo fixed
|
| |
|
| |
|
| |
|
|
|
|
| |
NORM.S.INV, and NORMSINV
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
separator and inline namespace;
|
|
|
|
| |
FINDB
|
| |
|
|
|
|
| |
BIN2DEC, BIN2HEX, BIN2OCT, HEX2BIN, HEX2DEC, HEX2OCT, OCT2BIN, OCT2DEC, OCT2HEX
|
|
|
|
| |
fn: BITAND, BITLSHIFT, BITOR, BITRSHIFT, BITXOR
|
| |
|
| |
|
|
|
|
| |
FISHERINV, GAMMA, GAMMALN, MIN, MINA, PERMUT
|
|
|
|
| |
CONCATENATE, COUNT, COUNTBLANK, MAX
|
|
|
|
| |
NOT, REPT, SHEET, TRUE
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- correct adjust calculation chain in duplicate rows
- correct adjust defined name in the workbook when delete worksheet
- use absolute reference in the auto filters defined name to make it compatible with OpenOffice
- API `CoordinatesToCellName` have a new optional param to specify if using an absolute reference format
- Fix cyclomatic complexity issue of internal function `newFills` and `parseToken`
|
| |
|
| |
|
| |
|
|
|
|
| |
dependencies module
|
|
|
|
| |
precision process
|
|
|
|
| |
formula function: LOWER, PROPER, UPPER
|
| |
|
| |
|
| |
|
|
|
|
| |
on retrieving the top token type
|
|
|
|
| |
- Update unit test
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|