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
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
I am using the Worksheet and the workbook and calling the calculate() method for every sheet and for the workbook:
When trying to get the value of some calculated cells that contains double it returns #value! as a string
using the below code
Worksheet.Cells[3, 2].Value.ToString());
Even the Text property return #value! and the Value property without "ToString()"
The text was updated successfully, but these errors were encountered: