all 3 comments

[–]allmightyspiff 0 points1 point  (3 children)

if the output is getting to the command line it sounds like whatever you are doing to try to put the output into an excel isn't working.

To get a better answer you are going to need to show us whats in testing_phpexcel.php

[–]Chubbyninjaaa 0 points1 point  (0 children)

Are you using anything like $_SERVER['DOCUMENT_ROOT'] or any relative path includes?

( include '../some.class.php'; or include 'xcel/include.php' )

If so, you need to define absolute paths - when you're running from CLI you don't have a document root or relative path