Metadata-Version: 2.1
Name: django-excel-base
Version: 1.0.6
Summary: Django Excel Base
Home-page: https://github.com/django-xxx/django-excel-base
Author: Hackathon
Author-email: kimi.huang@brightcells.com
Keywords: Django Excel Base
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Description-Content-Type: text/markdown

# django-excel-base
Django Excel Base

## Installation
```shell
pip install django-excel-base
```

## Usage
```python
from django_excel_base import as_csv, as_dict_row_merge_xls, as_list_row_merge_xls, as_row_merge_xls, as_xls
```
