Welcome Guest, Not a member yet? Register   Sign In
problem with library from composer
#3

PHP Code:
use PhpOffice\PhpSpreadsheet\Spreadsheet

The error text "Message: Class 'Spreadsheet' not found" means that you are try to create instance a class without a namespace.

With a namespace, the error text would be like this: Message: Class 'PhpOffice\PhpSpreadsheet\Spreadsheet' not found
Reply


Messages In This Thread
problem with library from composer - by rosogimo - 12-16-2020, 09:14 PM
RE: problem with library from composer - by iRedds - 12-26-2020, 06:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB