|
Posted by kirke on 10/31/06 16:25
Hi, I want to load excel.
However, this simple code doesn't work. When I open this page, there's
nothign happen, not even 'unable to initiate excel" or othere error
message.
I have excel in server. Do you know why it doesn't work? Should I make
some special setting?
Thx.
<?php
$ex = new COM("excel.application") or die("Unable to instantiate
excel");
echo "Loaded Word, version {$ex->Version} \n";
?>
Navigation:
[Reply to this message]
|