Skip to main content
added 41 characters in body
Source Link
Carlos Fdev
  • 755
  • 7
  • 24

You have to include PHPExcel_IOFactorycan't require fully qualified php files from a server, it expects a file.php and

Right now your require is just getting the other dependenciesoutput of the files you wantare including, as it is making a request to use unless you make/use an autoloaderthat URL.

You have to include PHPExcel_IOFactory.php and the other dependencies you want to use unless you make/use an autoloader.

You can't require fully qualified php files from a server, it expects a file.

Right now your require is just getting the output of the files you are including, as it is making a request to that URL.

Source Link
Carlos Fdev
  • 755
  • 7
  • 24

You have to include PHPExcel_IOFactory.php and the other dependencies you want to use unless you make/use an autoloader.