Excel mongo
### API Endpoints 1. POST /import - Description: Import data from an XLSX file to MongoDB - Request Parameters: 1. file (multipart/form-data): XLSX file to import 2. collectionName : Name of the collection to import/add the data to. If not provided, it will use the filename as the collection name. 3. mongoURL : your mongo db srv - Response: JSON response with a success message or error message…
Excel mongo endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
add /add |
Add data from an XLSX file to an existing MongoDB collection |
| POST |
import /import |
Import data from an XLSX file to MongoDB |
| GET |
root / |
Root endpoint of the api to check if its active |
Excel mongo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|