Skip to content
New issue

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

Loan amortizations excel template #126

Open
athavanraja opened this issue Oct 6, 2024 · 0 comments
Open

Loan amortizations excel template #126

athavanraja opened this issue Oct 6, 2024 · 0 comments

Comments

@athavanraja
Copy link

athavanraja commented Oct 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant