https://github.com/raphaeleg/excel-to-markdown
A very simple tool to convert Excel Workbooks to Markdown Tables
https://github.com/raphaeleg/excel-to-markdown
Last synced: about 1 year ago
JSON representation
A very simple tool to convert Excel Workbooks to Markdown Tables
- Host: GitHub
- URL: https://github.com/raphaeleg/excel-to-markdown
- Owner: raphaeleg
- License: apache-2.0
- Created: 2025-06-03T08:59:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T10:15:33.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:22:59.334Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ➡️ excel-to-markdown
A very simple tool to turn Excel workbooks into Markdown Tables.
### How to run it on your own machine
1. Create a virtual environment
```
$ python -m venv.venv
```
2. Install the requirements
```
$ pip install -r requirements.txt
```
3. Run the app
```
$ streamlit run main.py
```