Replies: 1 comment
-
PhpSpreadsheet only works with files stored on your filesystem |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello in my laravel website im trying to export a QRCode in a excel sheet.For generating the barcode i use this library https://github.com/milon/barcode
and i use export using view
https://docs.laravel-excel.com/3.1/exports/from-view.html
on the controller i called operator export class that i use to export the barcode, this is operator export:
The is the view :
and gives me the following error:
Beta Was this translation helpful? Give feedback.
All reactions