Category "libreoffice-basic"

In LibreOffice Calc, how do I change through LibreOffice Basic the value of a cell with an event listener set to it without crashing the program?

I am trying to create two tables which mirror changes made to any of them to one another automatically. To that end, I added event listeners which are triggered

Use writer instead of calc to run a macro

I am trying to write an extension to install a macro. I have followed all the steps mentioned in the tutorial. https://github.com/luane-aquino/helloworld-libreo