Convert Excel spreadsheets (.xlsx) into clean, printable PDF documents with a simple and efficient workflow. A local first , developer friendly PDF converter.
- Python
- Pandas
- FPDF
git clone https://github.com/PR-1301/Excel-to-PDF.git cd Excel-to-PDF
python -m venv venv
Windows:
venv\Scripts\activate
Linux/macOS:
source venv/bin/activate
Install Dependencies
pip install -r requirements.txt
Contributions are welcome.
- Fork the repository
- Create a feature branch
git checkout -b feature-name - Commit changes
git commit -m "Add feature" - Push to GitHub
git push origin feature-name - Open a PR
This project is licensed under the MIT License. Author PR GitHub: PR-1301