@@ -68,7 +68,7 @@ |
||
68 | 68 | /* Tell the Reader that we want to use the Read Filter that we've Instantiated **/ |
69 | 69 | /* and that we want to store it in contiguous rows/columns **/ |
70 | 70 | $reader->setReadFilter($chunkFilter) |
71 | - ->setContiguous(true); |
|
71 | + ->setContiguous(true); |
|
72 | 72 | |
73 | 73 | /* Instantiate a new PhpSpreadsheet object manually **/ |
74 | 74 | $spreadsheet = new \PhpOffice\PhpSpreadsheet\Spreadsheet(); |