
André Boni - 2018-06-06 12:09:32
Hi, All
I got this error when I tried to read an Excel file as below:
if ( $xlsx = SimpleXLSX::parse('countries_and_population.xlsx')) {
I was copied from your github site. This file exists in the same folder of SimpleXLSX class.
Let me know what is wrong, please.
I use this class version:
* SimpleXLSX php class v0.7.6
* MS Excel 2007 workbooks reader
*
* Copyright (c) 2012 - 2017 SimpleXLSX
Thank you,
André Boni