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