Tagged Questions

0
votes
1answer
41 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 c …
0
votes
1answer
40 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 retur …
-1
votes
0answers
77 views

Why does the box version of iWork ‘09 ask me to enter a serial number? [closed]

I have just purchased an iWork '09 box. After the installation, I tried to open Keynote but instead a popup appears asking me to enter a serial number. But the serial number is now …
1
vote
1answer
63 views

Apple iWork Mime Types

I was wondering what the mime type for iWork's Pages is? And also what the mime type is for the rest of the software in the iWork suite? I looked around online and I didn't see it …
0
votes
1answer
90 views

iWork Numbers 09 increment a cell value

I am working with Numbers 09 and Applescript. I want to add a value in one cell to an existing value in another cell, replacing the existing value with the sum as a value. This wo …
1
vote
1answer
720 views

Accessing cell properties in iWork Numbers

I'm trying a access the complete reference for a cell in Applescript. So far I've managed to get the cell reference and the table reference using a script like: tell application " …
1
vote
2answers
609 views

Mac iWork/Pages Automation

There is a rich scripting model for Microsoft Office, but not so with Apple iWork, and specifically the word processor Pages. While there are some AppleScript hooks, it looks like …
0
votes
0answers
278 views

Creating a new table in iWork numbers on a specific sheet using applescript

I am having trouble creating a new table on a specific sheet using Applescript unless the sheet I want insert the new table in is either new or current selected. The general form …