
OpenOffice Connector
OpenOffice Connector Overview
Features
The connector runs on windows with framework 4.7 installed.
FUNCTIONALITIES
3.1 Write Text
Functionality to write a text in an odt file.
3.1.1 Input
• Path (string) - full path of the file
• Text (string) - text to write
3.1.2 Output
• Response (string) - Operation outcome (true / false)
• Error (string) - Any error encountered while running the function.
3.2 Write Calc
Functionality to write a text in an ods file.
3.2.1 Input
• Path (string) - full path of the file
• TableName (string) - name of the worksheet to write to
• Row (number) - index of the row to write to
• Column (number) - index of the column to write to
• Value (string) - value to insert
3.2.2 Output
• Response (string) - Operation outcome (true / false)
• Error (string) - Any error found during the execution of the function.
Benefits
The connector enables bots to interact with OpenOffice, writing files based on the rules implemented in the bot itself
Technical Details
Inputs
The connector runs on windows with framework 4.7 installed.
Outputs
See the "Features" section.
