Metadata-Version: 2.1
Name: excel_reformatter
Version: 0.1
Summary: A library for reformatting Excel files where all worksheets will be merged into one.
Home-page: https://github.com/BastianKuelzer/excel_reformatter
Author: Bastian Külzer
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl

# Excel Reformatter

A library for reformatting Excel files.
Take all worksheets from an excel file and merge them into one worksheet.
If you have run the workseet already and run it again, it will delet the first excel file and save the new one.


## Installation

```bash
pip install excel_reformatter
