pyexcel-cli
pyexcel-cli copied to clipboard
How to transcode without modifying cell content?
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 becomes 2014-04-01.
Ho to preserve the content? In the help I do not see any related option.
Thank you
Hmm.. the data is not modified but presentation is modified. Let me check if I can expose the format as command line option.
sorry, no such an option as of now. Let me get some time to code up one.