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
This is caused by checkValueType not supporting floats and only integers (strconv.Atoi)
To get around this, use a formula: in my case, i used =TO_DOLLARS()
I have noticed that numeric cells have a single quote prefix occurring in them.
Instead of cell content
1234
it will be'1234
I cannot find the issue or reason why this is happening.
Please help @Iwark
Thank you.
The text was updated successfully, but these errors were encountered: