Is it possible to access a COM Object from Linux
- by wodka
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?