Premmerce Documentation > General > How does the bulk import work?
About Premmerce
Introduction
Full Features
Installation
Prerequisite
Setup & Installation
Table or Grid
Basic Usage
Disable Column Sorting
Disable Column Export
Change Search Placeholder
Custom Column Template
Add Buttons to Action Column
Hyperlink Column Text
Specific Roles to View Column
Add or remove column
Filter column
CSS and JS
Edit Color
File validation
General
Password Validation
Bulk Import
Other
Shared view page
- Please take note that all the bulk import page are sharing the same view page at
/Views/Shared/Import.cshtml
.
- In
ImportController.cs
, the action methods will return View("Import", model);
The import view page is in /Views/Shared
folder.
- Excel templates are placed in
/wwwroot/exceltemplates
:
- For example:
/wwwroot/exceltemplates/Usertemplate.xlsx
- You can refer to the codes in the files below:
- Controllers > ImportController.cs
- Services > Import > ImportUserService.cs