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
Hi @theoephraim,
There is currently no way to save a formula or any string which starts with "=" as a string using the cells-based interface.
I think that if we explicitly use cell.stringValue, we already know that we want to save the value as string, regardless of whether it's a formula or any string which starts with "=". So, we don't need to throw an error here:
yeah I think this is right. I swore I had already made it work this way, but might have gotten lost while doing some other bigger refactoring. Will get this merged in with some tests shortly.
Hi @theoephraim,
There is currently no way to save a formula or any string which starts with
"="
as a string using the cells-based interface.I think that if we explicitly use
cell.stringValue
, we already know that we want to save the value asstring
, regardless of whether it's a formula or any string which starts with"="
. So, we don't need to throw an error here:I created a small PR to fix this: #643
The text was updated successfully, but these errors were encountered: