Metadata-Version: 2.1
Name: x4xl
Version: 0.0.2
Summary: A small package utility that easily wraps Excel importation into Pandas Dataframes
Project-URL: Homepage, https://github.com/xinablak/x4xl
Author-email: Luis Xavier <luisrosaxavier@gmail.com>
License-File: LICENCE
Keywords: excel,export,import,pandas
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: pandas
Description-Content-Type: text/markdown

# x4xl

## A simple tool to ease import/export operation to and from Excel

x4xl is simple toolset that wraps an import/export workflow from excel into Pandas Dataframe objects and vice-versa.
It is composed of two main routines:
```
loadExcelSheet(file, sheet, parsef)

saveExcelSheet(file, sheet, parsef)
```

x4d3sign @ 2023