We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
csvtk version
$ echo 8911111111111111111111111173 | csvtk -H csv2xlsx -o /tmp/tempfile && csvtk xlsx2csv /tmp/tempfile 8911111111111111000000000000
output has lost some text.
Maybe we can add a option to csv2xlsx control output number as Text or number. It seems like
$ echo 8911111111111111111111111173 | csvtk -H csv2xlsx --number-as-text -o /tmp/tempfile && csvtk xlsx2csv /tmp/tempfile 8911111111111111111111111173
The text was updated successfully, but these errors were encountered:
Link issue: #192
Sorry, something went wrong.
oh, right, it should be optional.
csv2xlsx: add -f: save numbers in number format, instead of text. #217
4585d4e
Added a flag.
-f, --format-numbers save numbers in number format, instead of text
csvtk_linux_amd64.tar.gz
No branches or pull requests
Prerequisites
csvtk version
Describe your issue
Thank you
output has lost some text.
Maybe we can add a option to csv2xlsx control output number as Text or number.
It seems like
The text was updated successfully, but these errors were encountered: