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.1.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for xlsxToCsv-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7cc4ed2a01c1586f835d11550b3226863969bd6fa5875b7c33c7c13f74cbc14 |
|
MD5 | c82accdcd22c2919573fb7c3270f6549 |
|
BLAKE2b-256 | 5dd20a93d91fb7adf10adfa5459753c3620d1dc3643d40d61598ae0681f53e5f |