protected property MigrateSourceSpreadsheet::$rows in Migrate 7.2
Number of rows in the worksheet that is being processed.
Type: integer
File
- plugins/
sources/ spreadsheet.inc, line 47 - Define a MigrateSource for importing from spreadsheet files.
Class
- MigrateSourceSpreadsheet
- Implements MigrateSource, to handle imports from XLS files.
Code
protected $rows = 0;