Batch User Importer
No security coverage
Batch ecosystem
This module imports users into Drupal from Excel spreadsheets. It can create new users or update existing ones, supporting common fields like username, email, password, roles, and status. The process uses the Batch API for efficient handling of large files.
Batch User Importer allows administrators to import Drupal users directly from Excel spreadsheets (.xlsx, .xls).
Features:
- Batch API processing for large files.
- Supports username, email, password, roles, status.
- Updates existing users by email or creates new ones.
- Uses PhpSpreadsheet library.
- Simple UI under /admin/people/user-import.
This module is useful for sites that need to bulk-create or update user accounts from external data sources.