At 05:28 PM 4/24/02 -0400, Scott Hurring wrote:

>This is my "end" sequence, when i'm all done processing
>the spreadsheet.  Can anyone see any flaws or errors in
>what i'm doing ??
>
>$book->Save();
>$book->Close();


   Try

    $book->Close("False");



>I agree with a previous poster to this list; that it's
>most likely an "undocumented" MS bug (are there any
>other kinds of MS bugs? hehe)

   But then one has to ask, why does it work fine from other
languages, e.g. Perl? If the API were broken, it would seem
that it would be broken regardless of the language one was
using.

     Scott


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to