This isn't an issue with PHPExcel: but something with the headers... Metadata in the generated file is completely optional; and PHPExcel has no external dependencies - it's deliberately designed to run without MS Excel so that it can be used on any platform
Test by writing the output to a file on disk rather than php://output, and open it normally to verify the state of the file that is being generated.