Posted 16 October 2024, 9:08 am EST
Hi,
I use the designer’s export PDF, and I encounter some issues when I use the NOW() formula or asynchronous function in my document.
Before the PDF is created, Spreadjs seems to recalculate all the formulas of the document and I have 2 issues with that:
1- NOW() formula is recalculated, so my date time is wrong in my pdf
2- the creation of the pdf begins before the end of the execution of all the asynchronous functions, so I have some cells with a “loading…” instead of the correct value
Why do you recalculate the formulas when I didn’t ask for anything?
Is there a way to not recalculate the document and just print my current document in pdf?