Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #23363
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Report Generation API For Java? |
| Date | 2013-04-07 11:28 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <kjs36n$ji$1@dont-email.me> (permalink) |
| References | <e37274d8-c636-4c08-810f-cf91e02efccd@googlegroups.com> |
On 4/7/2013 10:52 AM, Sourabh Mhaisekar wrote:
> I am developing tool for analysis of office data, for which I need to generate reports as per database entries.
> Report generation API should be able to draw various graphs such as Pie, Bar etc.
>
> Does anyone have any suggestion about what library should I use ?
There's JFreeChart <http://www.jfree.org/jfreechart/>, which
can draw many kinds of charts in Swing applications. I think it
can also render them as PNG or PDF. The gotcha (last time I looked)
is that the library and JavaDoc are free, but the "How To" book
costs money.
Google Charts <https://developers.google.com/chart/> lets you
embed graphs in HTML documents, using Javascript libraries. You
can write the HTML from any language you choose, including Java,
and any modern browser can display them (without needing Java).
OpenOffice.org has API bindings for various languages that would
let you generate OOo documents directly from your Java code. It's
quite un-Java-like, possibly because of the other language bindings
it needs to support. I don't know whether it works with LibreOffice,
or whether LO has similar API's.
<http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide>
--
Eric Sosman
esosman@comcast-dot-net.invalid
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Report Generation API For Java? Sourabh Mhaisekar <sourabh8044@gmail.com> - 2013-04-07 07:52 -0700
Re: Report Generation API For Java? Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-04-07 11:28 -0400
Re: Report Generation API For Java? Arne Vajhøj <arne@vajhoej.dk> - 2013-04-15 21:50 -0400
Re: Report Generation API For Java? Arved Sandstrom <asandstrom2@eastlink.ca> - 2013-04-16 05:39 -0300
Re: Report Generation API For Java? Roedy Green <see_website@mindprod.com.invalid> - 2013-04-07 16:08 -0700
Re: Report Generation API For Java? Donkey Hottie <donkey@fredriksson.dy.fi> - 2013-04-08 12:52 +0300
Re: Report Generation API For Java? Roedy Green <see_website@mindprod.com.invalid> - 2013-04-08 05:52 -0700
csiph-web