Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

Added script for Excel to CSV Conversion

Open NitishG23 opened this issue 1 year ago • 0 comments

Added Script for Excel to CSV Conversion

Summary

I added a Python script to convert Excel files (.xlsx/.xls) to CSV format. I also included a README that explains how to use the script and run the code. This script will be useful for handling Excel-to-CSV conversions for individual files and multiple sheets within a file.

Description

  • A Python script (excel_to_csv.py) that allows users to input an Excel file and convert it to a CSV.
  • The script also supports optional parameters like the sheet name if the Excel file contains multiple sheets.
  • A detailed README.md file that provides instructions for installing dependencies, running the script, and handling different cases

The changes are as follows:

  • Added the Python script to handle Excel to CSV conversions.
  • Created a README.md file that documents the script and its usage.

Checks

Tested the script with various excel files.

in the repository

  • [x] Made no changes that degrades the functioning of the repository
  • [x] Gave each commit a better title (unlike updated README.md)

in the PR

  • [x] Followed the format of the pull_request_template
  • [x] Made the Pull Request in a small level (for the creator's wellfare)
  • [x] Tested the changes you made

Thank You,

Nitish Goel

NitishG23 avatar Sep 26 '24 19:09 NitishG23