- Convert Excel spreadsheets to Markdown format.
- User-friendly GUI and CLI interfaces.
- Supports multiple Excel sheets.
-
Clone the repository:
git clone https://github.com/ronidomingues/excel-to-markdown.git cd excel-to-markdown -
Install the required packages:
pip install -r requirements.txt
-
If you're using Linux, you may need to install additional dependencies for the GUI to work properly. Run the following command:
sudo apt install libxcb-cursor0 libxcb-xinerama0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0
-
Run the application using your version of the Python interpreter:
python3 main.py
- Launch the application and select CLI or GUI mode.
- Select the Excel file you want to convert.
- Choose the output directory for the Markdown file.
- Click "Convert" to start the conversion process.
- Once completed, you can find the Markdown file in the specified output directory.




