python - Macro for both excel and openoffice calc -


i in need of creating macro launch on both excel , openoffice calc. first problem format of file should create (xls vs ods) able open in both applications.

another problem creating macro, language should use allow launching using both excel , oo calc?

i'm pretty sure vba macro won't launch on openoffice since it's quite complicated case, i'm afraid starbasic not run on excel.

i aware of python should launch on both applications, knowledge of python insufficient (i use vba/sb -> python converted if there any).

any ideas?

the openoffice default macro language (ooobasic / starbasic) similar vb not same , if try reuse macros written in vb in openoffice or starbasic in office won't work. worked professionally developing macros , don't know method convert code between vba , sb. recommend use python, believe possible if don't use advanced programing options. if plan use openoffice objects (services) (ooo services here) not work in microsoft office because object control different.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -