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

CellValue that starts with an apostrophe is used as plain text #129

Closed
wojciechczerniak opened this issue Jan 26, 2020 · 1 comment · Fixed by #169
Closed

CellValue that starts with an apostrophe is used as plain text #129

wojciechczerniak opened this issue Jan 26, 2020 · 1 comment · Fixed by #169
Labels
Feature Something we can add later on without introducing a breaking change

Comments

@wojciechczerniak
Copy link
Contributor

wojciechczerniak commented Jan 26, 2020

Description

Cell values with an apostrophe as the first characters are of a special kind. Example:
'1234
'=SUM(1, 2, 3)
Those are numbers or formulas that are stored as a text.

A (value) B (formula) Expected Result
1 `1234 =A1+2 1236 Error
2 `1234 =A2&"text" 1234text '1234text
3 1234 =A3&"text" 1234text 1234text
4 `=SUM(1,2,3) =A4&text =SUM(1,2,3)text `=SUM(1,2,3)text

ODFF

I can't find a spec for this behavior. Although all spreadsheet apps are handling this as an escape character for the whole cell.

obraz

Links

Use VALUE function to get the value: https://libreofficehelp.com/convert-text-to-number-in-libreoffice-calc/

@wojciechczerniak wojciechczerniak added Bug Something isn't working Syntax labels Jan 26, 2020
@krzysztofspilka krzysztofspilka added Feature Something we can add later on without introducing a breaking change and removed Bug Something isn't working labels Feb 3, 2020
@izulin izulin self-assigned this Feb 13, 2020
@izulin izulin mentioned this issue Feb 13, 2020
7 tasks
@izulin
Copy link
Collaborator

izulin commented Feb 14, 2020

solved??? #169

@izulin izulin linked a pull request Feb 14, 2020 that will close this issue
7 tasks
@wojciechczerniak wojciechczerniak mentioned this issue Feb 26, 2020
89 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something we can add later on without introducing a breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants