Is LibreOffice support to do Automation in Any-RPA Tools ( Robotic Process Automation )?

Hi Friends,

I have one doubt …
Is LibreOffice Support to do Automation in Any of the RPA Tools ( Robotic Process Automation ) ?
Like

  1. Automation Anywhere
  2. Power Automate
  3. UiPath
  4. Blue Prism
  5. Pega
  6. OpenConnect
  7. AutomationEdge
  8. G1ANT
  9. WorkFusion
  10. Creator( Zoho )
  11. ZAPTEST
  12. HelpSystems
  13. KOFAX from Lexmark
  14. Agenty
  15. Contextor
  16. Kryon
  17. NICE Systems
  18. Onvisource
  19. Redwood Software
  20. Foxtrot
  21. Verint
  22. Visual Cron

What sense does it make to ask a cook how to build houses?

Hi Karolus,

We are Using ERP Software ( SAP Erp Module ) and we have to pull down data from SAP FiCo - Erp to Excel , and did Automation, previously we use VBA , Later, we did UiPath automation both ( SAP Erp ) and Excel

So…that was, i asked LibreOffice Can Support the RPA ?

No built-in support.
But nothing impossible, using its API.


Obviously, a corporate user should either hire own programmers, or contract some certified developer, when they need some feature in a software that they intend to use to get some profit.

1 Like

Yes, In our Company, My Previous Team have 25 People, Now , only 10 People… All are Automation…
I Started To Learn LO - StarBasic. So, That …SwitchOver To MS-Office To LibreOffice ( Still, Testing the DaytoDay work in LibreOffice and performance and Productivity Of User Level [ Individually ]

Also, I am going To Teach - LibreOffice Suite and Star-BASIC language to School and College and Office Professionals in Future …This is my plan… So, I have To learn As much As possible and get Knowledge.

That is great, although I don’t see how that’s relevant here … :wink:

The StarBasic is a very simple programming language. If you used any BASIC language and object oriented programming environments before then you know the StarBasic. There are a few of “commands” only and there are very simple syntactic rules.
.
You must learn the API of the LibreOffice. (That is so difficult.) API: Application Programming Interface. There are thousands of various functions of the API what you can/need use. In practice: you can control every feature of the LibreOffice by the API functions.
You may need call tens or hundreds of the API functions when you want to automatize the LO for a specific task. You can call them from the StarBasic, or many other supported languages and programming environments.
.
Start with Andrew Pitonyak’s free macro programming books.
And use one of the excellent third party Object Inspection Tools: XrayTool or MRI.
Then you will able to lest and examine the Properties and Methods of the programming objects.

1 Like