You are here

protected property MigrateSourceSpreadsheet::$headerRows in Migrate 7.2

The first row from where the table starts. It's a "zero based" value.

Type: int

File

plugins/sources/spreadsheet.inc, line 80
Define a MigrateSource for importing from spreadsheet files.

Class

MigrateSourceSpreadsheet
Implements MigrateSource, to handle imports from XLS files.

Code

protected $headerRows = 0;