首先,我在脚本编辑器中运行了脚本代码,发现存在错误。 Numbers不理解save命令,脚本命令如下:
tell application "Numbers"
set thisDocument to open alias "Macintosh HD:Users:admin:numbers-FATP.xls"
tell thisDocument
save thisDocument in file "Macintosh HD:Users:admin:NumbersTest.numbers"
end tell
close thisDocument
end tell
具体的错误信息如下:
error "“Numbers” encountered an error:“remove id \"C76B3CB0-D007-46C4-BEB0-9C65D0E65767\"” do not understand “save” information." number -1708 from remove id "C76B3CB0-D007-46C4-BEB0-9C65D0E65767"
重点是,有时可以执行脚本代码,有时候无法执行,而且令人费解,我尝试更改计算机版本和版本号,但没有解决问题,这就是为什么,期待你的回复,最好的问候!
我指的是这个网站:https://iworkautomation.com/numbers/document-save.html