Skip to content

Automating the Excel Report with Python and openpyxl library.

Notifications You must be signed in to change notification settings

aniass/excel-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Excel report

Automating the Excel report with python and openpyxl library.

General info

This script allows to create automate Excel report from sales data by using python and 'openpyxl' library. I created a python function to automate this process. First I have used pandas library to read the Excel file, create a pivot table, and export it to Excel file. Then I have used the openpyxl library to adding chart and formatting the final report.

Dataset

The dataset comes from Kaggle (Supermarket Sales) and can be find here.

Project includes:

  • automated excel report script - report.py
  • final report in excel - sales_report.xlsx

Technologies

Project is created with:

  • Python 3.6,
  • libraries: pandas, openpyxl.

Running the script:

You can run the script in the terminal:

report.py 

About

Automating the Excel Report with Python and openpyxl library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages