Posted by kirke on 11/04/06 04:07
what i want to do is dump the data into excel and run it(macro) and
save the file.
Tim Roberts wrote:
> "kirke" <hinkyeol@gmail.com> wrote:
>
> >I forgot one thing.
> >If I write code like following :
> >
> >print "before";
> >$ex = new COM("excel.application");
> >print "after" ;
> >
> >only "before" is printed.
> >Isn't it bad sign?
>
> Could be. I'm not convinced that a service (Apache) is allowed to launch
> an interactive application (Excel). What do you need Excel to do for you?
> --
> Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
[Back to original message]
|