Re: [jopendocument] getRange and getTableModel returning null

2017-04-12 Thread Sylvain Cuaz
Le 11/04/2017 à 08:33, rho...@opentrends.net a écrit : Hi, I have defined a named range in my libreoffice ods, but neither getRange nor getTableModel seem to get it, they both return null, do you know what could cause that behavior? Hi, from your screenshot it appears you have created a

Re: [jopendocument] getRange and getTableModel returning null

2017-04-11 Thread Guillaume Maillard
Hi, "int" is not a range... A1:C6 is. Regards, Guillaume 2017-04-11 8:33 GMT+02:00 : > Hi, I have defined a named range in my libreoffice ods, but neither > getRange nor getTableModel seem to get it, they both return null, do you > know what could cause that behavior? >

[jopendocument] getRange and getTableModel returning null

2017-04-11 Thread rhorta
Hi, I have defined a named range in my libreoffice ods, but neither getRange nor getTableModel seem to get it, they both return null, do you know what could cause that behavior? Thanks! System.out.println(String.valueOf(sheetInfo.getSpreadSheet().getRange("int" ))); The SpreadSheet is