Skip to content

Repository containing a file parser from xlsx files to csv files.

License

Notifications You must be signed in to change notification settings

daviddelriod/felisaparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Repository containing a file parser from xlsx files to csv files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages