MARTIN - 2019-01-28 21:07:58
When I try to remove a sheet 2, I have errors due to the fact that the file /xl/worksheets/_rels/sheet2.xml.rels does not exist.
Here errors encountered:
Notice: Undefined index: /xl/worksheets/_rels/sheet2.xml.rels in /eiseXLSX/eiseXLSX.php on line 792
[line: if ($this->arrXMLs[$sheetXMLRelsFileName]->Relationship) ]
Notice: Trying to get property of non-object in /eiseXLSX/eiseXLSX.php on line 792
[line: if ($this->arrXMLs[$sheetXMLRelsFileName]->Relationship) ]
Notice: Undefined index: /xl/worksheets/_rels/sheet3.xml.rels in /eiseXLSX/eiseXLSX.php on line 1393
[line: if($this->arrXMLs[$relPath]->Relationship) ]
Notice: Trying to get property of non-object in /eiseXLSX/eiseXLSX.php on line 1393
[line: if($this->arrXMLs[$relPath]->Relationship) ]
Notice: Undefined index: /xl/worksheets/_rels/sheet3.xml.rels in /eiseXLSX/eiseXLSX.php on line 1457
[line: $this->arrXMLs[$newName] = $this->arrXMLs[$oldName]; ]