This is a small wrapper around openpyxl. This library provides a few basic functions to work with xlsx documents in python. Interact with the library by passing list of dictionaries to insert, update and delete data from xlsx sheets. The library uses and internal structure of columns (headers) to easily manipulate the data.
This library supports:
- create, delete, rename sheets
- find, set headers
- get, append, update, delete rows