Skip to main content

ExcelExtractor is an module to handle Excel documents in a normal table format for python

Project description

ExcelExtractor

ExcelExtractor handles maschine readable data for excel documents

ExcelExtrator handles excel worksheet with an headline and data under it. It can read/write from those data and presents them in an maschine readable format in python Needed file Structure in Excel:

|    A    |    B    |    C    | ....
+---------+---------+---------+-------
| ... 
+---------+---------+---------+-------
| Header1 | Header2 | Header3 | ...
+---------+---------+---------+-------
| Content | Content | Content | ...
+---------+---------+---------+-------
| ...

Requirements

  • Python >= 3.6
  • openpyxl

Installation

Install with pip

pip install excelextractor

Documentation

https://dcfsec.github.io/excelextractor/

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

ToDo

  • Tests
  • Documentation

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

excelextractor-0.1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

excelextractor-0.1.0-py3-none-any.whl (6.6 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