[jopendocument] Re: setValueAt(Object val,int x,int y) crash ?

2011-03-04 Thread b.mard...@g2c.fr
Thanks for your answer. I try to fil a existing sheet in the first column from (0,0) to (0,100). The crash with my method occur at the (0,37). So you said that I need to create cells before fill it ? in my case create cells from (0,37) to (0,100) ? How can I create thoses new cells in the

[jopendocument] setValueAt(Object val,int x,int y) crash ?

2011-03-03 Thread b.mard...@g2c.fr
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