[jopendocument] setFormular case (in)sensitive?!?

2014-07-27 Thread paulchen
Hi, I've a litte problem using the setFormula()-method. See the following code: import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.nio.file.*; import org.jopendocument.dom.spreadsheet.Mutab

Re: [jopendocument] setFormular case (in)sensitive?!?

2014-08-22 Thread paulchen
HI, hm, there is another aspect which may proof the OO-bug. When I select the cell in which I wrote the formula and press the "=" on top in the "function-line", the formula works fine... Am Donnerstag, 21. August 2014 18:31:19 UTC+2 schrieb ILM: > > Le 27/07/2014 19:47, paul...@gulli.com a écr

Re: [jopendocument] setFormular case (in)sensitive?!?

2014-08-24 Thread paulchen
Hi, i found out something new: The function only works fine, if the "then" argument is true, otherwise the error " :#name? " oocures. eg: formula: IF(D8<8;5;9) value of D8: 1 --> 5 value of D8: 10 --> #name? Anyone having to deal with the same problem?!? Am Freitag, 22. August 2014 12: