646 B
646 B
Python project for creating Excel xlsx files with openpyxl library.
Project Structure
src/main.py- Main script for creating Excel filesoutput/- Directory for generated Excel filesrequirements.txt- Python dependencies (openpyxl).venv/- Python virtual environment
Setup Instructions
- Virtual environment is already configured
- Dependencies are already installed
- Run the script:
python src/main.py
Usage
The main script demonstrates how to:
- Create Excel workbooks
- Add and format headers
- Insert data rows
- Apply styling (fonts, colors, alignment)
- Adjust column widths
- Save files with timestamps