https://bugs.documentfoundation.org/show_bug.cgi?id=151603

--- Comment #11 from Rafael Lima <[email protected]> ---
Hi Paul, any updates about this issue?

Did you find any workaround to make the rpy2 library work with your code?

>From the error message, it does not seem the issue is caused by ScriptForge,
since none of entries in the message involve ScriptForge files.

What you could try is simply rewrite the code without ScriptForge and see if it
works. Instead of using the SetArray method from ScriptForge, you could use the
API directly:

doc = XSCRIPTCONTEXT.getDocument()
sheet = doc.CurrentController.ActiveSheet
' This gets cell A1 from the active sheet
cell = sheet.getCellByPosition(0, 0)
cell.setValue(erro)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to