Skip to content

Instantly share code, notes, and snippets.

@m5knt
Created February 1, 2017 03:02
Show Gist options
  • Save m5knt/32fcb4378ef0bf9e38e3debccb2c52a2 to your computer and use it in GitHub Desktop.
Save m5knt/32fcb4378ef0bf9e38e3debccb2c52a2 to your computer and use it in GitHub Desktop.
python でエクセルからcsvへ変換
pip install xlsx2csv
python -m xlsx2csv エクセルファイル CSVファイル
python -m xlsx2csv -s シート名 エクセルファイル CSVファイル
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment