in reply to Re: How to display the Excel::Writer::XLSX chart image to the web browser with CGI?
in thread How to display the Excel::Writer::XLSX chart image to the web browser with CGI?
Thanks for your quick response.
>>If you are you trying to open the Excel document via a browser https://fastapi.metacpan.org/source/JMCNAMARA/Excel-Writer-XLSX-0.98/examples/cgi.pl should work
It works. It will be downloaded. I can open it.
The code I hv given prints a NICE doughnut chart inside excel file. I ONLY need it to display via web browser. I don't need to download the whole excel file
When I use gd:graph, it can be done with below code
print "Content-type: image/png\n\n"; binmode STDOUT; print $myimage->png;
How can I achieve it with Excel::Writer::XLSX ?
>> you don't say which OS you are running.
OS is Linux (CentOS 6.9 64 bit) without GUI. Server is Somewhere else, while I write from somewhere REMOTELY.. My Pc is Ubuntu with GUI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to display the Excel::Writer::XLSX chart image to the web browser with CGI?
by marto (Cardinal) on Aug 03, 2018 at 12:46 UTC |