Skip to content

PR-1301/Excel-to-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel-to-PDF

Convert Excel spreadsheets (.xlsx) into clean, printable PDF documents with a simple and efficient workflow. A local first , developer friendly PDF converter.

Tech stack

  • Python
  • Pandas
  • FPDF

Clone the Repo

git clone https://github.com/PR-1301/Excel-to-PDF.git cd Excel-to-PDF

Create Virtual Environment

python -m venv venv

Activate it:

Windows: venv\Scripts\activate

Linux/macOS: source venv/bin/activate

Install Dependencies pip install -r requirements.txt

Contributing

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

License

This project is licensed under the MIT License. Author PR GitHub: PR-1301

About

A local first Excel to PDF converter using pandas and FPDF. Developer friendly!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages