Ask a Question related to PHP Development, Design and Development.
-
Jay Blanchard #1
RE: [PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
[snip]
You need a class that can create xls files with images.
Or you can create a Web Archive:
[url]http://officeupdate.microsoft.com/office/webarchive.htm[/url]
[/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
Jay Blanchard Guest
-
How do you export a Flex graph to Excel?
I need to figure out a way to export a graph generated in Adobe Flex 2.01 to MS Excel. Suggestions? -
Controlling Excel Output
Is there a way to control Excel column widths that are generated from CF? The export works perfectly from cfquery, but I'd like to adjust the... -
output to Excel
Is there a way to output PHP to MS Excel format? -Jackson -- jackson miller cold feet creative 615.321.3300 / 800.595.4401... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph... -
excel graph inside ASP....
Hello coders... what i'm trying to achieve is display just the excel chart (graph) from an excel worksheet in an asp file as a jpg or a gif... -
Marek Kilimajer #2
Re: [PHP] PHP, Excel, jpgraph - can the graph be included in theExcel output?
Jay Blanchard wrote:
This should be a question of sending the right headers.> [snip]
> You need a class that can create xls files with images.
> Or you can create a Web Archive:
> [url]http://officeupdate.microsoft.com/office/webarchive.htm[/url]
> [/snip]
>
> Thanks! We have looked at this, but have arrived at the problem of
> opening the file for the user.
Marek Kilimajer Guest



Reply With Quote

