Metadata-Version: 2.3
Name: openpyxl-table-formatter
Version: 0.1.2
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.

Currently available themes:
![Themes](https://raw.githubusercontent.com/arkadiuszhryc/openpyxl_table_formatter/main/table_themes.png)

## Instalation

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

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