Skip to content

Files

Latest commit

 

History

History

CSV-To-Excel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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]