【问题标题】:Can a script change the order of the pages within a sheets doc?脚本可以更改工作表文档中页面的顺序吗? 【发布时间】:2015-04-24 15:59:45 【问题描述】: 我可以写一个脚本来移动这些吗?比如按最近打开的排序? 【问题讨论】: 标签: google-apps-script google-sheets 【解决方案1】: 您可以更改顺序。见: https://developers.google.com/apps-script/reference/spreadsheet/spreadsheet?hl=en#moveActiveSheet%28Integer%29 确定最近打开的可能是另一回事。 【讨论】: 那么,当活动工作表发生变化时,没有任何要监听的事件吗?