Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for anuj_sharma

I found this link, see if it helps: http://apache-poi.1045710.n5.nabble.com/Last-row-td2306302.html

Member Avatar for dougWill
0
287
Member Avatar for 47pirates

Sorry my English is not very good, but I use Netbeans to retrieve information from the cell use this code: DefaultTableModel dtm1 = (DefaultTableModel) jTable1.getModel(); dtm1.getValueAt(i, 2).toString();

Member Avatar for dougWill
0
3K
Member Avatar for antonis21

Sorry my English is not very good, but I use NetBeans to build the table use this code: private void atualizaPesquisa() { DefaultTableModel modeloProdutosCusto = new javax.swing.table.DefaultTableModel( new Object[][]{}, new String[]{"ID", "Descrição", "Cód. Planilha", "Cód.", "Descrição Complementar"}) { Class[] types = new Class[]{ java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class, java.lang.String.class}; boolean[] canEdit …

Member Avatar for dougWill
1
116

The End.