Written a Python package using Object Oriented Programming principle where script can read and write data as a dictionary from various types of files. Ex:- XLSX, CSV, TOML, TXT, JSON etc.
- Read Excel files into a list of dictionaries
- Write a list of dictionaries to a new Excel file
- Handles missing values gracefully
- Python 3.x
openpyxllibrary
Install the required library with:
pip install openpyxl toml csv json
MIT License