A more advanced table/spreadsheet SWT implementation
I'm developing an application based on Eclipse's Rich Client Platform that relies heavily on the use of tables for showing and editing data. I'm currently using the SWT implementations of Table and TableViewer. My users are forever complaining that it "doesn't work like in excel". Most notably, I can't select a single cell within a row and all rows have the same height. I'm looking for an implementation that addresses these issues. Criteria: Free (as in speech and beer -- I'm a phd student and the program is EPL) SWT (the various solutions for including swing in SWT aren't very nice) Edit: So