thrownew\InvalidArgumentException("Row index should act as key but no name has been provided. Pass a string in \$config['row_index_column'] key when setting the configuration in SpreadsheetIterator::setConfiguration(\$config), to provide a name for this column.");
}
$keys=[$row_index_column=>-1];
}
$all_columns=$keys+$this->getColumns();
// Arrange columns in their spreadsheet native order.
asort($all_columns);
...
...
@@ -192,7 +194,7 @@ class SpreadsheetIterator implements SpreadsheetIteratorInterface {