You are here

public function SpreadsheetIteratorInterface::getOrigin in Migrate Spreadsheet 8

Same name and namespace in other branches
  1. 2.0.x src/SpreadsheetIteratorInterface.php \Drupal\migrate_spreadsheet\SpreadsheetIteratorInterface::getOrigin()

Retrieves the top-left origin of data area.

Return value

string The top-left cell of data area (such as A2 or B5).

1 method overrides SpreadsheetIteratorInterface::getOrigin()
SpreadsheetIterator::getOrigin in src/SpreadsheetIterator.php
Retrieves the top-left origin of data area.

File

src/SpreadsheetIteratorInterface.php, line 62

Class

SpreadsheetIteratorInterface
Provides an interface for spreadsheet iterators.

Namespace

Drupal\migrate_spreadsheet

Code

public function getOrigin();