Skip to content

Repository files navigation

📊 Learn OpenPyXL

A beginner-friendly repository documenting my journey of learning OpenPyXL, a Python library for reading, writing, and modifying Microsoft Excel (.xlsx) files.

This project contains hands-on practice examples covering the fundamentals of Excel automation with Python.


🚀 Features

  • Load existing Excel workbooks
  • Create new workbooks and worksheets
  • Read and update cell values
  • Iterate through rows and columns
  • Access multiple worksheets
  • Save changes to Excel files
  • Practice real-world Excel automation tasks

🛠️ Tech Stack

  • Python 3
  • OpenPyXL

📂 Project Structure

learn-openpyxl/
│
├── files/
├── *.py
├── README.md
├── requirements.txt
└── .gitignore

⚙️ Installation

Clone the repository:

git clone https://github.com/your-username/learn-openpyxl.git
cd learn-openpyxl

Install the required package:

pip install -r requirements.txt

▶️ Running the Examples

Execute any Python script using:

python filename.py

📖 Learning Outcomes

Through this project, I learned how to:

  • Work with Excel spreadsheets programmatically
  • Read and write worksheet data
  • Create and manage workbooks
  • Modify existing Excel files
  • Automate repetitive spreadsheet operations

📚 Resources


📌 Note

This repository is part of my Python learning journey and serves as a reference for understanding the fundamentals of Excel automation using OpenPyXL.

About

Hands-on practice with OpenPyXL for reading, writing, and automating Excel files using Python.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages