PHP Classes

Linux server?

Recommend this page to a friend!

      Excel  >  All threads  >  Linux server?  >  (Un) Subscribe thread alerts  
Subject:Linux server?
Summary:Not working on linux server
Messages:1
Author:Allan Mackinnon
Date:2010-04-21 15:43:42
 

  1. Linux server?   Reply   Report abuse  
Picture of Allan Mackinnon Allan Mackinnon - 2010-04-21 15:43:43
Hi, I need to be able to create multi-sheets excel files on a linux server.
When I get to the line:

$E->XL($workbook,$dir,$sheet);

.. my script just dies.
After some debugging found the line which stops it all:

$this->ex = new COM("Excel.sheet") or Die ("Did not instantiate Excel");

I can see this uses COM objects. IS there any way to do this on Linux?
Other examples I've tried have all been single sheet, or Excel 2007 only.

Regards,
kinnon