We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8dd5304
Excel workbook creation moved to static method, so you need call Excel::create($sheets) instead of new Excel($sheets)
Excel::create($sheets)
new Excel($sheets)