Posted 30 June 2023, 4:02 am EST
I have found a couple of issues with spreadjs calculations
One relating to the TRANSPOSE function with a SEQUENCE when the value is 1
e.g. =TRANSPOSE(SUBTOTAL(9,OFFSET(range,0,SEQUENCE(single)-1,3,1)))
A second with use of ABS in named ranges
if you have a named range with a value of =ABS(range) and then use that in a SUM function =SUM(namedrange) this gives a different result (sometime errors) than if the formulas are used directly e.g. =SUM(ABS(range))
I have attached a small script and workbook that shows both the issues. You will need to run npm ci before running the script with node index.jsrecalc-issues.zip
