@@ -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(); |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use PhpOffice\PhpSpreadsheet\Shared\Escher\DgContainer\SpgrContainer\SpContainer; |
9 | 9 | use PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer; |
10 | 10 | use PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer; |
11 | -use PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE; |
|
12 | 11 | use PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE as BstoreContainerBSE; |
13 | 12 | use PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip; |
14 | 13 |