Metadata-Version: 2.1
Name: save-to-excel
Version: 0.1.0
Summary: Save MongoDB or list data to Excel using pandas
Author: Your Name
Author-email: your@email.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl

# excelutils

A simple utility to save MongoDB or list data into Excel using pandas.

## Install
pip install excelutils

## Usage

```python
from excelutils import save_to_excel

save_to_excel("Data.xlsx", collection)
