Re: PHP COM and Excel



Sol <samuel.sol@xxxxxxxxx> wrote:

Since I didn't know how exactly the COM extension worked, I was not
sure how it was. Thanks for the reply I will try that and get back to
you.

Just one question, why exactly this line?
define('xlFormulas', -4123 );

The PHP online manual would be quicker than this newsgroup. That creates a
PHP constant. After that runs, you can write:
$i = xlFormulas;
instead of this:
$i = -4123;
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.



Relevant Pages

  • Re: Class to Class data transfer
    ... - Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: nasm-question: get linear address
    ... - Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ... Prev by Date: ...
    (comp.lang.asm.x86)
  • Re: USB Camera Filter Driver
    ... how the IRP_KS_READ_STREAM ioctl works. ... Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ...
    (microsoft.public.development.device.drivers)
  • Re: a question about "return"
    ... Some people include one for completeness -- a coding standard ... Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ...
    (comp.lang.python)
  • Re: MSIE 7 and cookies
    ... Tim Roberts, timr@xxxxxxxxx ... Providenza & Boekelheide, Inc. ... Is this only for MSIE I suppose? ...
    (comp.lang.php)