Skip to content

Instantly share code, notes, and snippets.

@huangziwei
Created August 20, 2018 12:53
Show Gist options
  • Save huangziwei/5f60920c45aac6d7cf82f64b0f97839e to your computer and use it in GitHub Desktop.
Save huangziwei/5f60920c45aac6d7cf82f64b0f97839e to your computer and use it in GitHub Desktop.
convert *.csv to *.xlsx
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