Description
This module that lets a site admin upload an Excel (.xlsx) file and import each row as a Drupal node (a content type) using Drupal Batch API. Batch processing keeps the UI responsive and safe for large uploads. The example uses PhpSpreadsheet to parse Excel files.