Replies: 2 comments 1 reply
-
As this is an error in PhpSpreadsheet package, the only thing you can try is to lock PhpSpreadsheet to an older version that doesn't have the |
Beta Was this translation helpful? Give feedback.
1 reply
-
solved by defining package versions (like my last comment here) and also making sure the link to export would follow same prefix as original page (http or https). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm migrating my servers from PHP 7.2.17 to PHP 7.2.34 and the Excel generation process is returning this error on new server:
The same code is working fine on the old server with 7.2.17 php version.
I can't change the new server PHP version because I'm using AWS ECR Docker provider with image
public.ecr.aws/docker/library/php:7.2.34-fpm-buster
.So, is there any other way I can avoid this error?
I'm using Laravel 5.6 and
"maatwebsite/excel": "^3.1"
Beta Was this translation helpful? Give feedback.
All reactions