
Christian Zimmermann - 2013-05-28 12:18:49 -
In reply to message 2 from Sergey Shuchkin
Hello :)
Thanks for your Work, but i am unable to load the xlsx file. when the xlsx is in the same Directory like my .php it works fine but i i Change the path to an Network drive for example Z:\blabla\file.xlsx it doesent work anymore. Can you help me? Thank you.
include 'simplexlsx.class.php';
$xlsx = new SimpleXLSx('Z:\blabla\file.xlsx ');
list($num_cols, $num_rows) = $xlsx->dimension();
...