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

";" is incorrectly treated as a format separator #2569

Open
snoopyjc opened this issue Sep 19, 2020 · 0 comments
Open

";" is incorrectly treated as a format separator #2569

snoopyjc opened this issue Sep 19, 2020 · 0 comments

Comments

@snoopyjc
Copy link
Contributor

";" is incorrectly treated as a format separator. It should output a literal ; instead.

Try: ";" 0.### in the live demo. You get no output for the pi input value. If you change the ";" to "a" you get the 'a'.

Bug is in function split_fmt(fmt) , where it should skip all chars while in_str is true.

andreyea referenced this issue in andreyea/ssf Dec 4, 2021
Allow special characters (';','\','*','_') to be inside string
Issue #53
@reviewher reviewher transferred this issue from SheetJS/ssf Mar 9, 2022
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

1 participant