Re: Help- How to select a cell programatically using Java in LibreOffice calc

2020-06-11 Thread himajin100000
Hello, I can write like this in StarBasic, but the behavior is a bit strange. SelectionOverlay doesn't seem to be updated. REM * BASIC * Option Explicit Sub Main Dim selectionsupplier selectionsupplier = ThisComponent.getCurrentController() selectionsupplier.select(ThisComponent.get

Help- How to select a cell programatically using Java in LibreOffice calc

2020-06-11 Thread Harish Kumar
Hello Team, I am a novice LibreOffice Addin developer. In LibreOffice calc , I get the selected cell from XModel as xModel.getCurrentSelection(); but i couldn't see a way to set a cell as selected cell. I want to know how I can select a cell using code.( preferably Java). Please advise -- Best