Skip to content

Instantly share code, notes, and snippets.

@cheuerde
Created September 2, 2015 18:10
Show Gist options
  • Select an option

  • Save cheuerde/c24a79a636e807eb36d1 to your computer and use it in GitHub Desktop.

Select an option

Save cheuerde/c24a79a636e807eb36d1 to your computer and use it in GitHub Desktop.
convert excel xlsx to csv
# using libreoffice's 'unoconv'
unoconv -f csv filename.xlsx
# using ssconvert
ssconvert file.xlsx > file.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment