Amazing-Python-Scripts/CSV-To-Excel at master · DEEKSHACodeaim/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Prerequisites for running the CSV-To-Excel

  • Python 3.6 or higher
  • pip
  • openpyxl, sys

How to Use

  1. Clone the repository
  2. Open the terminal and navigate to the directory where the repository is cloned
  3. Run the following command to install the required packages
pip install openpyxl
  1. Once openpyxl is installed, you can use the script below to convert a CSV file to an Excel spreadsheet.
  2. Run the following command to run the bot
python3 CSV-To-Excel.py

Developer

  • [Kalivarapubindusree]