Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 433 Bytes

excel_to_json.py

A small tool to help me dump a specificly structured Spreadsheet File into JSON, written directly into the Clipboard.

Installing

I worked on this on macOS.

source .venv/bin/activate

Then

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Remarks

Update the logic under line 41 to define which columns to extract and what kind of information to process.