Formulas Not caliculated until open is opened
See original GitHub issueSame issue https://github.com/ClosedXML/ClosedXML/issues/653
Workaround
var memoryStream = new MemoryStream();
template.Workbook.SaveAs(memoryStream, true, true);
memoryStream.Seek(0, SeekOrigin.Begin);
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How to Fix Excel Formulas that are Not Calculating or ...
Learn what to do when your formulas are not updating until you save or hit enter. You may have to adjust the Calculation...
Read more >Excel formulas not working, not updating, not calculating
Excel formulas not working · 1. Match all opening and closing parentheses in a formula · 2. Enter all required arguments in an...
Read more >My formula only works when all the files are open unless I ...
The formula works great as long as both files are open. However, if I open FILE A by itself, I get error messages...
Read more >Excel Formulas Not Calculating? How to Fix it Fast
On the Formulas ribbon, look to the far right and click Calculation Options. On the dropdown list, verify that Automatic is selected. Fred...
Read more >How to fix Excel formulas not calculating (Refresh Formulas)
1. Go to the Formulas tab. 2. Click on Calculation Options. 3. Set calculation settings to Automatic. Read other methods here, step-by-step.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh thanks. Sorry, I misunderstood you.
I will add overloading to XLTemplate.SaveAs.
To get around this issue in the current version, you can call the save as follows.
But you’ve provided using array formulas here as an example?: https://github.com/ClosedXML/ClosedXML/wiki/Using-Formulas