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

when table content having phone no then excel sheet don't show it properly #112

Open
amitjoc opened this issue Dec 7, 2018 · 1 comment

Comments

@amitjoc
Copy link

amitjoc commented Dec 7, 2018

my table having phone no in the format
+91-9999999999

but when exported then it show it wrong inside the excel sheet like
-9999999999

but when i click the cell in formula bar it shows the =91-9999999999

@rainabba
Copy link
Owner

rainabba commented Dec 7, 2018

By US standards, that's not a phone number, and to excel it would look like a partial formula, "+ 91 - 999999999".

The only thing you can do right now is update the format in Excel after opening. Long term, we have to figure out a way to decorate and parse format in with other such features.

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