Skip to main content

Takes user specified range data from .xlsx and then converts data to json dict and/or csv.

Project description

excelToCSV

The xlsxToCsv package contains the ability to convert .xlsx file to a .csv file that is more consumable by many other packages/programs/scripts.

The source code for this package is available at https://github.com/willmichel81/excelToCSV.

The importable name of the package is excelToCSV

Import into your code

>>> from excelToCSV import excelToCSV

Test to make sure package is connecting

>>> pip install xlsxToCsv
>>> python
>>> from excelToCSV import excelToCSV
>>> test = excelToCSV(C:/complete/path/to/file/example.txt)
>>> print(test)

If you have succesfully installed xlsxToCsv then you should get the following results from the above code

"('C:/complete/path/to/file/', '.txt')"

Short Summery

Takes user specified range data (ex. A1:A16) data from sheet(s)(ex. "MAIN") in side of .xlsx and then converts data to json dict and/or csv.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xlsxToCsv-1.0.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

xlsxToCsv-1.0.4-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page