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
in file excel_reader2.php the constructor is Spreadsheet_Excel_Reader()
in file SpreadsheetReader.php the constructor is __construct()
it seems like the constructor Spreadsheet_Excel_Reader() cannot be executed in php8, and new Spreadsheet_Excel_Reader() returns null. after i created a function called __construct() with the same content, everything solved.
The text was updated successfully, but these errors were encountered:
in file excel_reader2.php the constructor is Spreadsheet_Excel_Reader()
in file SpreadsheetReader.php the constructor is __construct()
it seems like the constructor Spreadsheet_Excel_Reader() cannot be executed in php8, and new Spreadsheet_Excel_Reader() returns null. after i created a function called __construct() with the same content, everything solved.
The text was updated successfully, but these errors were encountered: