• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to draw Fan Graphs in Excel File using a ResultSet

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

How can we draw Fan Graphs in Excel File using the ResultSet received by a Servlet....

If this is not the Correct forum To Ask This Question....
Please guide me to the Correct Forum...

Please Help...

Thanks...

Vikram Shirur


SCJP 1.4
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is a "Fan Graph"?

The major Java APIs for creating Excel files are Jakarta POI and jExcelApi. I'm not sure whether either of them can create graphs embedded in XLS files, but it's worth checking out their documentation.
 
Vikram Shirur
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

"Fan Graph" is XY(Scatter) in Excel...

If you go to "Chart Types" in Excel and select "Standard Types"... There is a XY(Scatter) type of graph.... you get a Fan Graph when you select the Sub Type of as "Scatter. Comares pairs of Values"...

Writing Data in to Excel File is easy... I have done that... But how to generate graph Using the same data?.... If you have any Idea or suggestions... Please let me know...

Thanks,

Vikram Shirur,

SCJP 1.4
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Have you got the solution for this?
Because i am stuck up in drawing the charts from dynamicaaly varying data.

Thanks
Preetha
reply
    Bookmark Topic Watch Topic
  • New Topic