Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save a formula or any string which starts with "=" as a string using the cells-based interface #644

Open
miron1512 opened this issue Aug 1, 2023 · 1 comment

Comments

@miron1512
Copy link

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:

image

I created a small PR to fix this: #643

@theoephraim
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants