Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excel spreadsheet like library in Swing (=improved JTable)

I'm searching for a free, open-source if possible, Java swing library that improves the existent JTable (which is very simple).

I want to do an application with a spreadsheet similar to Excel one. Without the formula but with copy/paste functionalities (multiple paste if multiple selection), column reorganizing, etc...

I've found some, like JGrid (Jeppers) but is to simple. Or KTable, NatTable, NebulaGrid but they are for SWT :(. QuickTable seems cool but the free version has an advertisement text display above the grid...

like image 486
Damien Avatar asked Jan 13 '10 16:01

Damien


2 Answers

I'm not aware of any free solutions that suite your needs. SwingX offers JXTable, which I assume is too simple for you. Haven't tried it myself, though. JIDE does have some powerful table components but they're not free.

like image 124
Carlos Avatar answered Oct 13 '22 10:10

Carlos


There is another spreadsheet component named Jxcell is really good(not free).

like image 45
liya Avatar answered Oct 13 '22 09:10

liya