A python script to convert .xlsx files to markdown tables
- Download the script
git clone https://github.com/SphenHe/xlsx_to_markdown_table.git
- Change to the directory
cd xlsx_to_markdown_table
- Install the required packages
pip install -r requirements.txt
- Run the script
python main.py $PATH_TO_XLSX_FILE $OUTPUT_DIR
This project is licensed under the MIT License - see the LICENSE file for details