Part of a ProjectText Suite. xlsx2pandas (PandasXcelerator) is a Python library for extraction of tables in Excel sheets into a pandas DataFrames.
TODO: features
To install xlsx2pandas, use the following pip command:
pip3 install git+https://github.com/Flagro/xlsx2pandas.gitRun xlsx2pandas from the bin folder with these arguments:
- path: Path to the file or directory to process.
- --sheet: (Optional) Comma-separated list of excel workbooks's sheets.
xlsx2pandas 'path/to/file' --sheet Sheet1,Sheet2Open for collaboration; check the issues page for discussions.
Here's how you can contribute:
- Fork the Project.
- Create your Feature Branch (git checkout -b feature/AmazingFeature).
- Commit your Changes (git commit -m 'Add some AmazingFeature').
- Push to the Branch (git push origin feature/AmazingFeature).
- Open a Pull Request.