nicholaschris / excel_splitter

Split each line from one excel sheet into a new excel spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excel_splitter

Instructions

  1. Install virtualenv
  2. git clone git@github.com:nicholaschris/excel_splitter.git
  3. cd excel_splitter
  4. virtualenv -p python3 venv
  5. source venv/bin/activate
  6. pip install -r requirements.txt
  7. Run python split_excel_file.py --file ~/example/path/to/file.xlsx --outputfile split --sheet Sheet1 --outputdir /example/output/dir/for/file/

About

Split each line from one excel sheet into a new excel spreadsheet


Languages

Language:Python 100.0%