We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ca271 commit 5d5c874Copy full SHA for 5d5c874
src/Maatwebsite/Excel/Excel.php
@@ -784,7 +784,7 @@ private function parseCells()
784
$index = \PHPExcel_Cell::columnIndexFromString($this->cell->getColumn());
785
786
// Check how we need to save the parsed array
787
- if($this->firstRowAsLabel !== false)
+ if($this->firstRowAsLabel !== false and isset($this->labels[$i]))
788
{
789
// Set label index
790
$index = $this->labels[$i];
0 commit comments