Skip to content

Instantly share code, notes, and snippets.

@tqyq
Last active July 20, 2017 05:24
Show Gist options
  • Save tqyq/06a10aed8262f436dac0080593643060 to your computer and use it in GitHub Desktop.
Save tqyq/06a10aed8262f436dac0080593643060 to your computer and use it in GitHub Desktop.
rapid xlsx to csv
apt install python-pip pypy
pip install xlsx2csv
vi /usr/local/bin/xlsx2csv
#!/usr/bin/python -> #!/usr/bin/pypy
xlsx2csv -a test.xlsx test
# method 2
npm install -g xlsx
xlsx test.xlsx -o test.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment