Created
September 2, 2015 18:10
-
-
Save cheuerde/c24a79a636e807eb36d1 to your computer and use it in GitHub Desktop.
convert excel xlsx to csv
This file contains hidden or 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
| # 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