This package contains a function to directly parse a excel file into a csv file
Project description
Convert Excel to CSV file
This project's aim consists of a library called felisaparser to convert an Excel file to CSV file. It is based on the Pandas Library and it consists of a class made up by just one method: excel_to_csv(). This parser, unlike the Pandas Method, directly dumps the data into a CSV file, without the need of loading a DataFrame and occupy memory.
Installing
pip install felisaparser
Usage
>>> from felisaparser import parser
>>> parser('Filename.xlsx', ';').excel_to_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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file felisaparser-1.0.4.tar.gz.
File metadata
- Download URL: felisaparser-1.0.4.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d0b1a82f025beadc8c3b04bd6372595b965f4c9fb36fd99f431b0e287d9607
|
|
| MD5 |
4279492f77f0dbb3d03048ee4935965e
|
|
| BLAKE2b-256 |
a7a16f1963d7f53341dd6319292b9dffc4dff6dc8b8c1eacff861147fa6b6f53
|
File details
Details for the file felisaparser-1.0.4-py3-none-any.whl.
File metadata
- Download URL: felisaparser-1.0.4-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37ea30ecc4d0e767b0f751a6fa12723e7b8353e1694a109d35b4697ea976cee
|
|
| MD5 |
c42e495c6ac7600d6ed9557ec990e0c3
|
|
| BLAKE2b-256 |
f556ebdb0d4ed5acd663386cf7da99cc550f658bdf4c96eb47ce311b62ef1c1f
|