Sorry, either translates the error messages or post to a italian php
mailing list
[EMAIL PROTECTED] wrote:
How I can manage Word through PHP?
I have tried with the code indicated on PHP-guide (chm format) but it does not
work.
//test04.php
$word = new COM("word.application") or die("Non
How I can manage Word through PHP?
I have tried with the code indicated on PHP-guide (chm format) but it does not
work.
Visible = 1;
$word->Documents->Add();
$word->Selection->TypeText("Questa รจ una prova...");
$word->Documents[1]->SaveAs("Prova inutile.doc");
$word->Quit();
$wor
This is what I am trying to do. I am trying to add a border to the bottom
edge of a cell. The Range and some other methods seem to not work with the
syntax that the VB editor in excel says. Like Range in the vb editor is
Range("A1:B9").Select. When I try this in php it gives me and error. I
Do I need to have anything special installed on the server (IIS) to call
excel and word with COM.
Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EM
4 matches
Mail list logo