Metadata-Version: 2.3
Name: openpyxl-table-formatter
Version: 0.1.0
Summary: A simple package to help export pandas DataFrame to Excel files
Author: Arkadiusz Hryc
Author-email: Arkadiusz Hryc <arkadiuszhryc@outlook.com>
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.3.3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# openpyxl_table_formatter

A simple package to help export pandas DataFrame to Excel files.

Please note this package is still in early development and only 3 themes are available:
- Medium 1 - grey accent
- Medium 2 - blue accent
- Medium 3 - orange accent

## Instalation

- with pip:
`pip install openpyxl-table-formatter`

- with uv:
`uv add openpyxl-table-formatter`
