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


<h2>Sheet Attachments</h2>


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


<h2>Sheet Cells</h2>


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


<h2>Sheet Columns</h2>


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


<h2>Sheet Discussions</h2>


There are two ways to get discussion-related information for a sheet:


Operation | Returns
----------|----------|
[Get Sheet](/api/smartsheet/openapi/sheets/getsheet)<br/>(with **include** parameter value **discussions**) | Response does not contain the comments
that comprise each discussion.
[List Discussions](/api/smartsheet/openapi/discussions/discussions-list)<br/>(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).


<h2>Sheet Rows</h2>


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


