OpenOffice server mode macro

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
Milton2314
Posts: 1
Joined: Wed Feb 06, 2019 7:40 am

OpenOffice server mode macro

Post by Milton2314 »

I'm trying to run xls files on an open office server on Windows.

I start the oo in server mode with the following bat:

Code: Select all

start soffice.exe -headless -nofirststartwizard
-accept="socket,host=localhost,port=8100;urp;StarOffice.Service"
The server is used by a Java application.

The problem is that the macros of the given xls file don't execute.

Does anyone have experience with this? i have no idea about that please give me a proper solution for this
User avatar
RoryOF
Moderator
Posts: 34618
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Open Office server mode macro

Post by RoryOF »

Macros to run on Excel (.xls files) do not run on OpenOffice - there are different underlying engines.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
Post Reply