[snip]
You need a class that can create xls files with images.
Or you can create a Web Archive: 
http://officeupdate.microsoft.com/office/webarchive.htm
[/snip]

Thanks! We have looked at this, but have arrived at the problem of
opening the file for the user. Here is the process in a nutshell...

User selects report and enters a cut-off date
        PHP retrieves info from database
                info is processed
        PHP opens an Excel headered file in the browser
        (hopefully graph appears in page)
user is happy.

I guess that we could open/save the file via PHP and do a redirect to
open.

We can open a frameset, showing the tab delimited Excel file in one
frame and the graph in another. Not very elegant, but if push comes to
shove...

Thanks!

Jay

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

Reply via email to