Socket
Socket
Sign inDemoInstall

felisaparser

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    felisaparser

This package contains a function to directly parse a excel file into a csv file


Maintainers
1

Readme

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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc