Auto-export

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
CycleTimeChart
Posts: 1
Joined: Sat Apr 26, 2008 10:11 pm

Auto-export

Post by CycleTimeChart »

Is it possible to programmatically change an OpenOffice document stored on google docs without me having to be present at my PC?
The URL before and after the change must be the same.
ms777
Volunteer
Posts: 177
Joined: Mon Oct 08, 2007 1:33 am

Re: Auto-export

Post by ms777 »

Most likely yes. The keywords to search for ar loadComponentFromUrl and storeToUrl.

How to start a program without you being at the pC is very OS specific.

For starting OO from commandline and executing a macro the keywords to searchfor are commandline, AND macro
Post Reply