mongodb-excel-operation
Last released
mongo_excel_operations.py is a Python utility module designed to facilitate seamless operations between MongoDB and Excel files. This module provides functions to import data from Excel files into MongoDB collections, export data from MongoDB collections into Excel files, read files (CSV or Excel) into Pandas DataFrames with proper data type handling, and manage MongoDB indexes on collections.