Hello everybody ! I'm using the setValueAt(Object val,int x,int y) form org.jopendocument.dom.spreadsheet.Table class for filling a existing spreadsheet.
It's ok but after write the 36th value (so at the 37th one), java said that he can't write in the spreadsheet with this message "java.lang.IndexOutOfBoundsException : Index 36, Size 36)" How can i solve the problem ?
