Skip to content

occmee/excel-sheet-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlsx ファイルのシートを分割して書き出すスクリプトです。

環境

Python の確認

Mac の場合、プリインストールされている Python でだいじょうぶ

$ python --version

pip のインストール

$ pip -V

// pip がインストールされていない場合は、以下を実行する
$ sudo easy_install pip

openpyxl のインストール

$ pip install openpyxl

実行

  • index.py と同じディレクトリに _in/ および _out/ ディレクトリを作成する

  • _in/ ディレクトリに、シート分割したい xlsx ファイルを置く

  • スクリプトを実行する

$ python index.py _in _out

// もしくは、以下でも可
$ ./start.sh
  • _out/ ディレクトリに、分割された xlsx ファイルが出力される

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published