Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huluvu424242/uno.example

Example to access LibreOffice via UNO API.
https://github.com/huluvu424242/uno.example

Last synced: 27 days ago
JSON representation

Example to access LibreOffice via UNO API.

Awesome Lists containing this project

README

        

uno-example
===========

Example to access LibreOffice via UNO API. Its open a writer instance and write a text.

To run in eclipse:
Add Buildpath Lib Entry OfficeLibraryPath
* OFFICE_HOME/URE/java/java_uno.jar
* OFFICE_HOME/URE/java/juh.jar
* OFFICE_HOME/URE/java/jurt.jar
* OFFICE_HOME/URE/java/ridl.jar
* OFFICE_HOME/URE/java/unoloader.jar
* OFFICE_HOME/program/classes/unoil.jar

To run in ant:
you must add the jars into the classpath