Is it possible to access a COM Object from Linux
Posted
by wodka
on Stack Overflow
See other posts from Stack Overflow
or by wodka
Published on 2010-04-02T11:47:04Z
Indexed on
2010/04/02
11:53 UTC
Read the original article
Hit count: 526
Office is running in Wine, meaning I have a running Version (2003).
But when I try to create a new COM object I just get the following error: Fatal error: Class 'COM' not found
<?php $com = new COM('Word.Application'); $com->close();
Is there a way to get this working without installing Windows?
© Stack Overflow or respective owner