xlsx-calc icon indicating copy to clipboard operation
xlsx-calc copied to clipboard

javascript nodejs excel formula parser

Results 28 xlsx-calc issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Work in UTC time across the board, otherwise you get weird issues where dates don't equal each other because they are off by the UTC difference.

Per specs: https://support.microsoft.com/en-us/office/eomonth-function-7314ffa1-2bc9-4005-9d66-f49db127d628

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Formula.js sometimes returns errors instead of throwing them. For example, [the `AVERAGE` function returns a `#DIV/0!` error instead of throwing it](https://github.com/formulajs/formulajs/blob/d7ebccbd196148d2bf6d5a6c74aeb35d3d5538ac/src/statistical.js#L49). This causes the error object to be inserted as...

XLOOKUP function with the help of chat-gpt :)

I am trying this with "Loan amortization excel template". I have changed the loan amount to recalculate the sheet. However, after calculation in the value property for some cells, i...

Noticed that one of our models was performing poorly due to the compute going on in `Range.js`. This model is mostly made up of large vlookup tables and so everytime...