I 've implemented an connection between Java and Excel, but I want to display the rows an columns in a JTable.
Also I want to change the data at the table and write it back to the Excel Sheet.
can you help me?
Printable View
I 've implemented an connection between Java and Excel, but I want to display the rows an columns in a JTable.
Also I want to change the data at the table and write it back to the Excel Sheet.
can you help me?
heck out Apache POI. It's a great library for accessing MS Office files.