Do you want to import csv or excel (xls, xlsx) file in MongoDB? You can read the file, get the data in C# datatable and save it to MongoDB using InsertBatch method. This article explains how to save C# DataTable to MongoDB for inserting a large amount of data.
To install Official .NET driver for MongoDB, run the following command in the Package Manager Console
Install-Package MongoDB.Driver