# Sheets A sheet can exist in a user's **Sheets** folder ([Home](/api/smartsheet/openapi/home)), in a [folder](/api/smartsheet/openapi/folders), or in a [workspace](/api/smartsheet/openapi/workspaces). It is comprised of columns, rows, and cells, and may optionally contain attachments and discussions. A sheet is comprised of columns, rows, and cells, and may optionally contain attachments and discussions.

Sheet Attachments

For details about working with a sheet's attachments, see [Attachments](/api/smartsheet/openapi/attachments).

Sheet Cells

For details about working with a sheet's cells, see [Cells](/api/smartsheet/openapi/cells). For details about working with images in cells, see [Cell Images](/api/smartsheet/openapi/cellimages).

Sheet Columns

For details about working with a sheet's columns, see [Columns](/api/smartsheet/openapi/columns).

Sheet Discussions

There are two ways to get discussion-related information for a sheet: Operation | Returns ----------|----------| [Get Sheet](/api/smartsheet/openapi/sheets/getsheet)
(with **include** parameter value **discussions**) | Response does not contain the comments that comprise each discussion. [List Discussions](/api/smartsheet/openapi/discussions/discussions-list)
(with **include** parameter value **comments**) | Response contains the comments that comprise each discussion. For more information about working with a sheet's discussions, see [Discussions](/api/smartsheet/openapi/discussions).

Sheet Rows

For details about working with a sheet's rows, see [Rows](/api/smartsheet/openapi/rows).