-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
leading zeros are deleted in xlsx2csv command #262
Comments
Thanks for reporting this.
csvtk_darwin_amd64.tar.gz |
It works. |
I believe #262 fixes a related issue I had after upgrading from v0.28.0 to v0.29.0:
would generate an error:
The cell in the Excel spreadsheet is a formula of type Currency. After rebuilding from master (22723a7), the issue is resolved. |
Hi,
When converting with the following versions, leading zeros are deleted.
File: test data
Command:
csvtk xlsx2csv -n example 000_cell_data.xlsx
Output:
Version 0.27.1 does not have this problem.
The text was updated successfully, but these errors were encountered: