Skip to content
New issue

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

Class "PhpOffice\PhpSpreadsheet\Spreadsheet" not found #63

Open
eulralx opened this issue Jul 27, 2023 · 2 comments
Open

Class "PhpOffice\PhpSpreadsheet\Spreadsheet" not found #63

eulralx opened this issue Jul 27, 2023 · 2 comments

Comments

@eulralx
Copy link

eulralx commented Jul 27, 2023

Good evening, I discovered your extension and tried to use it. Saving the content works, but when trying to export I get the above 503 error message from the TYPO3 system.

Info about the TYPO3 system:

  • TYPO3 11.5.30
  • Operating system: Unix
  • PHP version: 8.1.20
  • PHP CGI detected: Yes
  • Version: MySQL 8.0.33
@jdinse
Copy link

jdinse commented Jan 9, 2024

same here. Trying with php 8.2, but same error. I'm trying with tag 4.1.0.

@jimit-net2typo
Copy link

jimit-net2typo commented Dec 11, 2024

Please update ext_emconf.php file with following code :

'autoload' => [
        'psr-4' => [
            'Frappant\\FrpFormAnswers\\' => 'Classes',
            'PhpOffice\\PhpSpreadsheet\\' => 'Resources/Private/Vendors/',
            'Psr\\SimpleCache\\' => 'Resources/Private/Vendors/'
        ],
],

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants