You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
Hi
I wonder if you can help. I have large excel files and am trying to combine them into one. I am getting the error
Catchable fatal error: Argument 1 passed to Box\Spout\Common\Helper\FileSystemHelper::__construct() must be an instance of Box\Spout\Common\Helper\string, string given, called in /xxx/xxx/xxx/xxxx/website.com/vendor/spoutsrc/Spout/Writer/XLSX/Helper/FileSystemHelper.php on line 63 and defined in /xxx/xxx/xxx/xxxx//vendor/spoutsrc/Spout/Common/Helper/FileSystemHelper.php on line 20
replaced actual location with x's
PHP ver 7.2.33
Spout 3.2.0 I think. If you tell me how I can actually check that would be helpful
Any help appreciated
The text was updated successfully, but these errors were encountered:
is interpreted as belonging to the class itself. This should not be the default behavior (as you can see here: https://3v4l.org/dUDYE).
One way you can work around the issue is to add a backslash before the string (=> \string). Otherwise, I'm not sure why you are experiencing this issue...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I wonder if you can help. I have large excel files and am trying to combine them into one. I am getting the error
Catchable fatal error: Argument 1 passed to Box\Spout\Common\Helper\FileSystemHelper::__construct() must be an instance of Box\Spout\Common\Helper\string, string given, called in /xxx/xxx/xxx/xxxx/website.com/vendor/spoutsrc/Spout/Writer/XLSX/Helper/FileSystemHelper.php on line 63 and defined in /xxx/xxx/xxx/xxxx//vendor/spoutsrc/Spout/Common/Helper/FileSystemHelper.php on line 20
replaced actual location with x's
PHP ver 7.2.33
Spout 3.2.0 I think. If you tell me how I can actually check that would be helpful
Any help appreciated
The text was updated successfully, but these errors were encountered: