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

Why are space used as separator in numbers instead of commas? #9

Open
varunkumar opened this issue Apr 23, 2018 · 1 comment
Open

Comments

@varunkumar
Copy link

varunkumar commented Apr 23, 2018

What is the reason behind using space instead of comma as separator?

var DataFormatter = require("excel-style-dataformatter")
var df = new DataFormatter();
df.format('-12344', 'Number', '#,##0_);(#,##0)').value
@varunkumar varunkumar changed the title Why are commas replaced with space? Why are space used as separator in numbers instead of commas? Apr 23, 2018
@varunkumar
Copy link
Author

Did you get a chance to check this?

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