Exporting Documents

Exporting Numbers documents is done using the export command from the Numbers Suite.

export  : Export a presentation to another file(s).

export document : The presentation to export.

to (file ) : A reference to the file (folder) to be created. When exporting images or HTML, a new folder, containing the exported items, is created instead of a file.

as ( PDF / ‌Microsoft Excel /‌ CSV /‌ Numbers 09 ) : The format in which the document is to be exported.

[ with properties (export options ) ] : An AppleScript record containing property:value pairings for the initial values for properties of the exported object.

export options: The export options for the Numbers export command.

properties

exclude summary worksheetboolean ) : (Numbers 3.6) Whether to exclude a summary worksheet in Excel workbook.

image qualitygood/better/best ) : (Numbers 3.6) The quality of the images in the exported PDF file.

passwordtext ) : The password to use when the exported PDF is encrypted.

password hinttext ) : The password hint.

NOTE: The Numbers version 3.6 scripting dictionary includes enhanced export options for exporting to Excel format, as well as image compression options for images placed within the exported document.

Export Scripts

The following are script examples for each of the export types:

Export to CSV, Export to PDF, Export to Microsoft Excel, Export to Numbers 2009

Export to PDF

This script exports the frontmost Numbers presentation to a PDF file. Set the boolean value of the useEncryptionDefaultValue property to either true or false to determine whether you will be prompted for the password to use in encrypting the PDF file.

Export to CSV

This script exports the frontmost Numbers presentation to one or more CSV files.

Export to Microsoft Excel

This script exports the frontmost Numbers presentation to a Microsoft Excel file.

Export to Numbers 2009

This script exports the frontmost Numbers presentation to a Numbers 2009 file.

IMPORTANT TIP: Learn how to save and run your favorite scripts using the system-wide Script Menu.

TOP | CONTINUE