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

Number cell problem with single quote #50

Open
nlandeker opened this issue Jan 29, 2020 · 2 comments
Open

Number cell problem with single quote #50

nlandeker opened this issue Jan 29, 2020 · 2 comments

Comments

@nlandeker
Copy link

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.

@ttacon
Copy link

ttacon commented Aug 29, 2020

Could you share some example code that is triggering this? You must not be hitting this line - example code would help to debug that.

@Rubberbandits
Copy link

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()

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

3 participants