如何使用 Numbers 设置表格的选择py-appscript?
这看起来应该很简单,但解决方案令人沮丧地回避。我可以得到当前的选择:
current_table.selection_range
我可以得到它的细胞:
current_table.selection_range.cells()
但尝试set()其中任何一个都会appscript出错。
如何使用 Numbers 设置表格的选择py-appscript?
这看起来应该很简单,但解决方案令人沮丧地回避。我可以得到当前的选择:
current_table.selection_range
我可以得到它的细胞:
current_table.selection_range.cells()
但尝试set()其中任何一个都会appscript出错。