Metadata-Version: 2.4
Name: load_from_excel_library_jeugdfv
Version: 0.0.2
Summary: A wrapper library that contains wrapper functions to grab excel table objects, figures and import them to Pandas Dataframes or save them as .png. 
Author-email: Laurens Vos <laurens.vos@jeugdfv.nl>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Readme

A wrapper library that contains wrapper functions to grab excel table objects, figures and import them to Pandas Dataframes or save them as .png.

Relying on the work of other libraries:
- openpyxl (for accessing Excel files and the objects within them) 
- PIL (Pillow:fork) (grabbing the copy-paste buffer in excel and exporting figures)
- win32com (for accessing Excel files and the objects within them)
