About JWorkbook and Java

A discussion forum for the JWorkbook class library.

Locked
palmer001
Posts: 1
Joined: Thu May 21, 2009 4:15 pm

About JWorkbook and Java

Post by palmer001 » Thu May 21, 2009 4:20 pm

Hello,
Just discovered this project.
Just wondering if one can use this as a GUI control (like JTable),
and place it in a Java Frame/form, for a destop app.
I would like to have a spreadsheet as a FrontEnd for a desktop database application.

I see that it can be create and open Gnumeric spreasheet files, but don't know if
it can be used/embedded as a GUI element.

Hope someone can explain this aspect.

Sincerely,

Palmer

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Re: About JWorkbook and Java

Post by Taqua » Fri May 22, 2009 3:29 pm

No, there is no GUI component for it. JWorkbook is just a IO-library for reading and writing these documents.

If you're not afraid of GPL code, then the SharpTools ( http://www1.cs.columbia.edu/sharptools/ ) might be a option for you. On the close-source side, there are a few components available as well, but as usually, they can be rather costly.
Read my Blog for the latest Pentaho Report Designer Tips and Tricks.

Locked