Skip to main content

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

felisaparser-1.0.4.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

felisaparser-1.0.4-py3-none-any.whl (9.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