We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 am getting the formula instead of the value. For example,
this.workbook.Sheets["Loan schedule"].E5.v = 20000; XLSX_CALC(this.workbook); ==Console log== {t: 's', v: `IFERROR(IF('Loan schedule'!LoanIsGood,IF('Loan sch…,1,MATCH(0.01,'Loan schedule'!End_Bal,-1)+1)),"")`, f: 'ActualNumberOfPayments', w: '10'}
Any help to handle this is highly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 am getting the formula instead of the value. For example,
Any help to handle this is highly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: