This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes Exporting bar chart to Powerpoint Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Exporting bar chart to Powerpoint" Watch "Exporting bar chart to Powerpoint" New topic
Author

Exporting bar chart to Powerpoint

subaashreevs vs
Greenhorn

Joined: Mar 12, 2007
Posts: 3
Hi All,

I would like to export the bar chart generated by a web applicaiton to powerpoint. Would like to know the sample code for doing this


Thanks
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Why do you need code? Depending on how the chart is generated, you can save it locally then copy it into the presentation.
subaashreevs vs
Greenhorn

Joined: Mar 12, 2007
Posts: 3
I think you have misunderstood my requirement. I will elaborate, your web application generates some charts and i would like to export the chart to powerpoint for an end user. How will you do this?
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Have you considered integrating with OpenOffice? You could (in theory) generate the doc as XML and convert to PowerPoint.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56543
    
  14

"subaashreevs vs",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
subaashreevs vs
Greenhorn

Joined: Mar 12, 2007
Posts: 3
is it possible to do something with jfree?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Exporting bar chart to Powerpoint
 
Similar Threads
create chart application in java
JChart export to Powerpoint
accessing MS applications from java
Cewolf: How to handle the values on y axis
double or float?