Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huluvu424242/uno.example
- Owner: Huluvu424242
- Created: 2013-02-03T18:41:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-03T20:14:08.000Z (almost 12 years ago)
- Last Synced: 2023-03-18T00:31:12.500Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jarTo run in ant:
you must add the jars into the classpath