Tagged Questions
1
vote
1answer
489 views
Getting the Current Table in Numbers (Python/Appscript)
How do I access the current table in Numbers using py-appscript?
For posterity, the program I created using this information clears all the cells of the current table and returns the selection to ...
0
votes
1answer
149 views
How to set value of current Numbers cell using Py-Appscript
This seems like a straightforward operation but I am stumped.
How do you set value of current Numbers cell using Py-Appscript?
0
votes
1answer
389 views
Set Selection in Numbers (Python/Appscript)
How do you set the selection for a table in Numbers using py-appscript?
This seems like it should be really simple to do but the solution is frustratingly evasive. I can get the current selection:
...