https://bugs.documentfoundation.org/show_bug.cgi?id=151603
--- Comment #25 from Werner Tietz <[email protected]> --- Hallo Paul Don't rely too much on "Scriptforge", sooner or later you'll have to use the normal API anyway. Assuming youre working from an already open calc-file, and you want to dump the data into current selected cell, then replace the last 2 lines in your function with: ``` doc = XSCRIPTCONTEXT.getDocument() doc.CurrentSelection.Value = erro ``` may I suggest to use mri1.3.4.oxt from https://github.com/hanya/MRI/releases -- You are receiving this mail because: You are the assignee for the bug.
