@@ -40,8 +40,7 @@ |
||
40 | 40 | $type = \PHPExcel_IOFactory::identify( $resourcepath ); |
41 | 41 | $reader = \PHPExcel_IOFactory::createReader( $type ); |
42 | 42 | $this->container = $reader->load( $resourcepath ); |
43 | - } |
|
44 | - else |
|
43 | + } else |
|
45 | 44 | { |
46 | 45 | $this->container = new \PHPExcel(); |
47 | 46 | $this->container->removeSheetByIndex( 0 ); |