Last active
September 20, 2020 08:41
-
-
Save poyaz/e1b024d6036960a7f61dd41eb41e33b0 to your computer and use it in GitHub Desktop.
convert csv to excel
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
| libreoffice --headless --convert-to xlsx --infilter=CSV:44,34,76,1 <csv-files> --outdir <output-dir> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment