Skip to content

Convert Excel Files (xlsx) to CSV with python, including worksheets

Notifications You must be signed in to change notification settings

patrickacioli/xlsx2csv-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hot to use

  1. Clone this repo
  2. Create two folders (input and output) in root directory
  3. Install requirements.txt with following command: pip3 install -r requirements.txt
  4. Put your .xlsx files in input folder.
  5. Run following command: python3 convert.py
  6. Csv file will create in output folder.
  7. Enjoy

About

Convert Excel Files (xlsx) to CSV with python, including worksheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages