Is there a way that i can load the file from url, not from local directory ? I red somewhere here, that it isn’t accepting http protocol, but what do i need to change to fix that ? Or maybe use something like curl to parse the file somehow to the load event ?
Just i need some way to fix this issue.
You could always do this (php5):
then continue using filename.xls in PHPExcel. At the very end you can delete the temporary filename.xls file.