Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nsneruno/excel-to-json-py
- Owner: nsNeruno
- Created: 2024-07-16T18:55:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T19:01:07.000Z (6 months ago)
- Last Synced: 2024-07-16T23:07:40.536Z (6 months ago)
- Topics: clipboard-copy, excel-export, json, python, python3, spreadsheet, utility
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.