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
Hi, I use pyexcel transcode --sheet-name "2017" input.ods output.csv and it works.
pyexcel transcode --sheet-name "2017" input.ods output.csv
But I have a big problem, it modifies the content. In example I have a cell with 04/01/2014 that becomes 2014-04-01.
04/01/2014
2014-04-01
Ho to preserve the content? In the help I do not see any related option.
Thank you
The text was updated successfully, but these errors were encountered:
Hmm.. the data is not modified but presentation is modified. Let me check if I can expose the format as command line option.
Sorry, something went wrong.
sorry, no such an option as of now. Let me get some time to code up one.
No branches or pull requests
Hi,
I use
pyexcel transcode --sheet-name "2017" input.ods output.csv
and it works.But I have a big problem, it modifies the content. In example I have a cell with
04/01/2014
that becomes2014-04-01
.Ho to preserve the content? In the help I do not see any related option.
Thank you
The text was updated successfully, but these errors were encountered: