All Downloads are FREE. Search and download functionalities are using the official Maven repository.

4j.documents4j-transformer-msoffice-excel.1.1.12.source-code.excel_assert.applescript Maven / Gradle / Ivy

set appName to "Microsoft Excel"

try 
if application appName is running then
    return 3 -- everything okay, excel is already running
else  -- excel not running, start it
	return -6 
end if
on error errMsg number errorNumber
	return -6
end try




© 2015 - 2025 Weber Informatics LLC | Privacy Policy