4j.documents4j-transformer-msoffice-excel.1.1.12.source-code.excel_shutdown.applescript Maven / Gradle / Ivy
set appName to "Microsoft Excel"
try
if application appName is running then
tell application appName to quit
else -- excel not running, nothing to do
return 3
end if
on error errMsg number errorNumber
return -6
end try
© 2015 - 2025 Weber Informatics LLC | Privacy Policy