Re: PHP COM and Excel
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Thu, 02 Oct 2008 04:04:30 GMT
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.
.
- Follow-Ups:
- Re: PHP COM and Excel
- From: Sol
- Re: PHP COM and Excel
- Prev by Date: Re: Trying to build a database driven website
- Next by Date: I need advice on how to create thousands of articles with PHP or else
- Previous by thread: Re: Trying to build a database driven website
- Next by thread: Re: PHP COM and Excel
- Index(es):
Relevant Pages
|