You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If in your sheet1 you have a substitution in A1 like:
| ${mykey} |
And, in sheet2, you have a formula like =sheet1!A1 in B2, after running xlsx-template substitution, the Excel formula is only regenerated if you open the Excel file in MS Excel.
In my case, I need to recalculate the Excel formula without opening the file (I have a script that uses xlsx-template and publishes the result to an API for further processing).
If in your sheet1 you have a substitution in A1 like:
| ${mykey} |
And, in sheet2, you have a formula like
=sheet1!A1
in B2, after running xlsx-template substitution, the Excel formula is only regenerated if you open the Excel file in MS Excel.In my case, I need to recalculate the Excel formula without opening the file (I have a script that uses xlsx-template and publishes the result to an API for further processing).
This lib recalculates the forms:
https://github.com/fabiooshiro/xlsx-calc
Example :
Maybe we can 'copy' the source code and implement it in this library. Maybe a big job because the lib uses xlsx etc...
The text was updated successfully, but these errors were encountered: