nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 498 forks source link

class will not be constructors in a future version of PHP #132

Open Theolodewijk opened 7 years ago

Theolodewijk commented 7 years ago

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; OLERead has a deprecated constructor in /home/*/public_html/test/spreadsheet-reader-master/php-excel-reader/excel_reader2.php on line 95

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Spreadsheet_Excel_Reader has a deprecated constructor in /home/*/public_html/test/spreadsheet-reader-master/php-excel-reader/excel_reader2.php on line 312

MichaelEugeneYuen commented 7 years ago

Check this:

https://github.com/nuovo/spreadsheet-reader/issues/117