diff --git a/src/Spout/Reader/Internal/XLSX/Worksheet.php b/src/Spout/Reader/Internal/XLSX/Worksheet.php index 6a12357..552c53e 100644 --- a/src/Spout/Reader/Internal/XLSX/Worksheet.php +++ b/src/Spout/Reader/Internal/XLSX/Worksheet.php @@ -31,7 +31,7 @@ class Worksheet */ public function getDataXmlFilePath() { - return ltrim($this->dataXmlFilePath, DIRECTORY_SEPARATOR); + return ltrim($this->dataXmlFilePath, '/'); } /**