Skip to content

Files

Latest commit

 

History

History

Excel File Automation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Excel File Automation

Aim

Making excel file using our python script

Introduction

Here we will make excel file using our script through openpyxl library and giving the data in the script so the output will be shown in excel file.

  • Here we can customize the columns and then finally the excel file will be shown in the same folder.

Third-Party Libraries Required :

->openpyxl

How to install the above Library

pip install openpyxl

How to use it :

Here firstly we need to import openpyxl libary then giving the data as per requirement like no. of enteries and columns and then making the grid and giving the title .Then we extract the data and give to excel and then saving the file in the same folder as that of the script after ruuning. Here we not need any setup but we need to give the data in the script only so as per input the excel file will be made.

Output

output(excel)