<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/app-schema-domain-spreadsheet",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Spreadsheet"
}
-->

# Spreadsheet

Make your spreadsheet app’s actions available in the Shortcuts app by adopting schemas for spreadsheet management.

## Discussion

The `.spreadsheet` domain defines app schemas that provide a
structured representation for common spreadsheet actions and content.
Apply schemas in the `.spreadsheet` domain to make your spreadsheet app’s functionality available as actions in the Shortcuts app.
Schemas in this domain don’t make your conforming types discoverable by Apple Intelligence and Siri.

> Tip: Xcode generates a template implementation when you type `spreadsheet_` and select a schema from the suggestions list.

For more information about app schemas, see [App schema domains](/documentation/AppIntents/app-schema-domains).

## Topics

### Actions

[`var addAudioToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addAudioToSheet)

An intent schema that adds an audio clip to a sheet.

[`var addCommentToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addCommentToSheet)

An intent schema that adds a comment to a sheet.

[`var addImageToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addImageToSheet)

An intent schema that adds an image to a sheet.

[`var addTextBoxToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addTextBoxToSheet)

An intent schema that adds text to a sheet.

[`var addVideoToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addVideoToSheet)

An intent schema that adds a video to a sheet.

[`var addWebVideoToSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/addWebVideoToSheet)

An intent schema that adds a web video to a sheet.

[`var create: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/create)

An intent schema that opens the app for composing a new spreadsheet.

[`var createSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/createSheet)

An intent schema that creates a new sheet in a spreadsheet.

[`var delete: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/delete)

An intent schema that deletes existing spreadsheets.

[`var deleteSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/deleteSheet)

An intent schema that deletes sheets in a spreadsheet.

[`var open: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/open)

An intent schema that opens the app into an existing spreadsheet.

[`var openSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/openSheet)

An intent schema that opens a sheet.

[`var update: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/update)

An intent schema that renames an existing spreadsheet.

[`var updateSheet: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent/updateSheet)

An intent schema that updates an existing sheet.

[`protocol SpreadsheetIntent`](/documentation/AppIntents/AppSchema/SpreadsheetIntent)

Identifies intent schemas in the spreadsheet domain.

### Content and parameter types

[`var document: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/SpreadsheetEntity/document)

An entity schema for a document.

[`var sheet: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/SpreadsheetEntity/sheet)

An entity schema for a sheet.

[`var template: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/SpreadsheetEntity/template)

An entity schema for a template.

[`protocol SpreadsheetEntity`](/documentation/AppIntents/AppSchema/SpreadsheetEntity)

Identifies entity schemas in the spreadsheet domain.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)