> For the complete documentation index, see [llms.txt](https://learn.squirrel365.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.squirrel365.io/components-functions-and-connections/overview/tables.md).

# Tables

## What are tables?

As a way to visually present data, tables are a popular method for conveying information. Arranging data in rows and columns enables users to easily compare and analyze data patterns and understand the connections between them.

### Learn more about

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Scorecard</td><td><a href="/files/ICBOpQOraRn4PgM2CGYs">/files/ICBOpQOraRn4PgM2CGYs</a></td><td><a href="/pages/jXMTyCAgEeCShQrBULRK">/pages/jXMTyCAgEeCShQrBULRK</a></td></tr><tr><td>Data Table</td><td><a href="/files/OB188cEDIksjVLHU3Mrv">/files/OB188cEDIksjVLHU3Mrv</a></td><td><a href="/pages/v2WRmcCehQY2gxwpMFG3">/pages/v2WRmcCehQY2gxwpMFG3</a></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

### Plotting data on a Table

To bind data to a Table, data must be structured in a block format.&#x20;

<figure><img src="/files/iAYwd04Cso8W90hQwmo7" alt=""><figcaption><p>A basic table structure, with rows or data and column headers along the top.</p></figcaption></figure>

1. Place a table component on the canvas. There are two types:
   1. [**Scorecard**](/components-functions-and-connections/overview/tables/scorecard.md) **-** a table component with more styling options and functionality.
   2. [**Data Table**](/components-functions-and-connections/overview/tables/data-table.md) - a table that captures the spreadsheet and displays it on the canvas, including formatting and styling.
2. Expand the **GENERAL** section of the component properties panel
3. Select the 'Bind to spreadsheet' ![](/files/lXAVzR1tKDYwrPd96LkN) button (visible when hovering over the 'Data to Display' input) - the spreadsheet will expand.
4. Select the table range in the spreadsheet and click 'Confirm'

<figure><img src="/files/yHbAykuvp5GPNcgXf0ba" alt=""><figcaption></figcaption></figure>

After hitting confirm, the table will now display the data in the spreadsheet.

<figure><img src="/files/1ZbOLkQ0JD4Bc37dW6S6" alt=""><figcaption></figcaption></figure>

The table will use some default styling and number formatting, but with a few changes, it can go from this (above) to this (below).

<figure><img src="/files/UvxbC8WYuE7WEgqbgMMn" alt=""><figcaption></figcaption></figure>
