We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm new to PHPSpreadsheet and I'm having an issue importing a file (all the other files works, only this one doesn't).
Fatal error: Uncaught ErrorException: Undefined index: Ra44a55188c4e422b in /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php:44 Stack trace: #0 /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php(44): exceptions_error_handler(8, 'Undefined index...', '/var/www/html/v...', 44, Array) #1 /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php(32): PhpOffice\PhpSpreadsheet\Reader\Xlsx\Hyperlinks->setHyperlink(Object(SimpleXMLElement), Object(PhpOffice\PhpSpreadsheet\Worksheet\Worksheet)) #2 /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php(822): PhpOffice\PhpSpreadsheet\Reader\Xlsx\Hyperlinks->setHyperlinks(Object(SimpleXMLElement)) #3 /var/www/html/Static/lib/data.php(129): PhpOffice\PhpSpreadsheet\Reader\Xlsx->load('/var/www/html/S...') #4 /var/www/html/Static/lib/data.php(46): Data->convertCSV() #5 /var/www/html/upload.php(14): Data->takeFile('UBISOFT SpA (20...') #6 {main} in /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/Hyperlinks.php on line 44
<?php $reader = IOFactory::createReader("Xlsx"); $spreadsheet = $reader->load($this->rawFile); // Export to CSV file. $writer = IOFactory::createWriter($spreadsheet, "Csv"); $writer->setSheetIndex(0); // Select which sheet to export. $writer->setDelimiter(''); // Set delimiter. $writer->save($this->csvFile); ?>
Please I need help :(((((
The text was updated successfully, but these errors were encountered:
Nothing, just one name written in cyrillic.
Sorry, something went wrong.
No branches or pull requests
Hi, I'm new to PHPSpreadsheet and I'm having an issue importing a file (all the other files works, only this one doesn't).
The error is:
Which part of the code produces the error?
Please I need help :(((((
The text was updated successfully, but these errors were encountered: