Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added script for Excel to CSV Conversion #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NitishG23
Copy link

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

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

in the PR

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

Thank You,

Nitish Goel

Copy link
Owner

@DhanushNehru DhanushNehru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the main Readme.md list of projects section @NitishG23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants