[jopendocument] Re: What to do when a named range consists of a single cell?

2017-04-11 Thread rhorta
Did you solve it? I see the answers here don't help at all El divendres, 4 abril de 2014 16:35:37 UTC+2, Thommy Elfving va escriure: > > So, in Calc I've given names to ranges of cells, as well as single cells, > and the ranges that consists of 1+ cells work fine, but the single-cell > ranges

[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

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? >