Skip to content

Automated Excel reporting system built with Python and pandas. Generates KPI-driven, formatted Excel reports from raw data sources.

Notifications You must be signed in to change notification settings

alpguvenc/excel-reporting-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Excel Reporting Automation

A production-style Python project that pulls data (API/CSV), transforms it into KPIs, and generates a clean Excel report.

🚀 Features

  • Data ingestion (API or CSV)
  • Data cleaning & KPI calculations
  • Excel report generation (.xlsx)
  • Reproducible project structure

🧠 Use Cases

  • Weekly sales reporting
  • Marketing campaign performance reports
  • Inventory / operations dashboards (Excel output)

🛠️ Tech Stack

  • Python
  • pandas
  • openpyxl

▶️ Run

pip install -r requirements.txt
python -m src.main --demo

About

Automated Excel reporting system built with Python and pandas. Generates KPI-driven, formatted Excel reports from raw data sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages