Metadata-Version: 2.1
Name: excel_framework
Version: 0.4.4
Summary: A framework for creating excel files declaratively.
Project-URL: Homepage, https://github.com/TheUltimateOptimist/excel_framework
Project-URL: Bug Tracker, https://github.com/TheUltimateOptimist/excel_framework/issues
Author-email: Jonathan Dück <jonathan.dueck@digital-confidence.de>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: openpyxl
Requires-Dist: overrides
Description-Content-Type: text/markdown

A framework for creating excel files declaratively.

[Openpyxl](https://pypi.org/project/openpyxl/) is a different library that is often used for creating excel files. However, it only provides very rudementary controls forcing you to access, style and fill every cell individually in an imperative manner. This can get unwieldy and difficult to maintain very quickly which is the problem solved by this package.  
[excel-framwork](https://pypi.org/project/excel-framework/) builds on top of [Openpyxl](https://pypi.org/project/openpyxl/) providing you with a large set of ui components that you can compose into new ones to create excel files in an easy, readable and maintainable way.  
The archictecture of [excel-framwork](https://pypi.org/project/excel-framework/) was inspired by the cross platform ui development framework [flutter](https://flutter.dev/).
