Import Excel rows into a Drupal content type using batch process
We are creating a 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...