Created
August 20, 2018 12:53
-
-
Save huangziwei/5f60920c45aac6d7cf82f64b0f97839e to your computer and use it in GitHub Desktop.
convert *.csv to *.xlsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
soffice --headless --convert-to xlsx:"Calc MS Excel 2007 XML" *.csv --outdir <output folder> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment