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

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

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
```