Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nsneruno/excel-to-json-py

Small Python based tool to help me dump Excel Files into JSON strings via clipboard.
https://github.com/nsneruno/excel-to-json-py

clipboard-copy excel-export json python python3 spreadsheet utility

Last synced: about 2 months ago
JSON representation

Small Python based tool to help me dump Excel Files into JSON strings via clipboard.

Awesome Lists containing this project

README

        

# 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.
```bash
source .venv/bin/activate
```
Then
```bash
pip install -r requirements.txt
```
or
```bash
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.