---
title: Spreadsheet
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-spreadsheet
---

# Spreadsheet

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

## Overview

Overview 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.

## Topics

### Actions

- [addAudioToSheet](appintents/appschema/spreadsheetintent/addaudiotosheet.md)
- [addCommentToSheet](appintents/appschema/spreadsheetintent/addcommenttosheet.md)
- [addImageToSheet](appintents/appschema/spreadsheetintent/addimagetosheet.md)
- [addTextBoxToSheet](appintents/appschema/spreadsheetintent/addtextboxtosheet.md)
- [addVideoToSheet](appintents/appschema/spreadsheetintent/addvideotosheet.md)
- [addWebVideoToSheet](appintents/appschema/spreadsheetintent/addwebvideotosheet.md)
- [create](appintents/appschema/spreadsheetintent/create.md)
- [createSheet](appintents/appschema/spreadsheetintent/createsheet.md)
- [delete](appintents/appschema/spreadsheetintent/delete.md)
- [deleteSheet](appintents/appschema/spreadsheetintent/deletesheet.md)
- [open](appintents/appschema/spreadsheetintent/open.md)
- [openSheet](appintents/appschema/spreadsheetintent/opensheet.md)
- [update](appintents/appschema/spreadsheetintent/update.md)
- [updateSheet](appintents/appschema/spreadsheetintent/updatesheet.md)
- [AppSchema.SpreadsheetIntent](appintents/appschema/spreadsheetintent.md)

### Content and parameter types

- [document](appintents/appschema/spreadsheetentity/document.md)
- [sheet](appintents/appschema/spreadsheetentity/sheet.md)
- [template](appintents/appschema/spreadsheetentity/template.md)
- [AppSchema.SpreadsheetEntity](appintents/appschema/spreadsheetentity.md)

## See Also

### Shortcuts-specific domains

- [Books](appintents/app-schema-domain-books.md)
- [Browser](appintents/app-schema-domain-browser.md)
- [Journaling](appintents/app-schema-domain-journaling.md)
- [Presentation](appintents/app-schema-domain-presentation.md)
- [Reader](appintents/app-schema-domain-reader.md)
- [Whiteboard](appintents/app-schema-domain-whiteboard.md)
- [Word processor](appintents/app-schema-domain-word-processor.md)
