You are here

public function PHPExcel_Reader_HTML::getSheetIndex in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/HTML.php \PHPExcel_Reader_HTML::getSheetIndex()

Get sheet index

Return value

int

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/HTML.php, line 500

Class

PHPExcel_Reader_HTML
PHPExcel_Reader_HTML

Code

public function getSheetIndex() {
  return $this->_sheetIndex;
}