Skip to content

anaskhl/ConvertXlsxToCsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Convert xlsx to csv

Converts any xlsx sheet to csv file in utf-8 format. Microsoft excel does not save csv file in utf-8 format which makes it difficult to read charecters which are not english.

We can use other tools for that like google sheets, but it has limits as if the file is big, it won't work.

Required Environment / Minimum Setup

  • python 2.7

Configuration

Who do I speak with to get the values for configuration files?

Anas Khalil [email protected]

Dependencies

You can use pip to install xlrd.

  • xlrd: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files Installation: pip install xlrd

Run the script:

  • install python 2.7 and add it to the system path
  • install the dependencies
  • run the following command: python ConvertToCsv.py
  • The tool will give instructions to complete the tasks

About

Converts xlsx files to csv in utf-8 format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages