# Present & share

1. [Present your data directly:](#present-your-data) make your spreadsheet more viewable while not editing.
2. [Visualize your data:](#visualize-your-data) turn raw data into beautiful visualizations.&#x20;
3. [Share your work:](#share-your-work) let others play with and edit your work as a team.&#x20;
4. [Copy as PNG:](#copy-as-png) copy and paste data into any presentation, design tool, or anywhere else you'd want to share your PNG.
5. [Embed as an iFrame:](#embed-in-a-webpage-via-iframe) get your spreadsheets into any page on the web.

## 1. Present your data

`Ctrl` + `.` (Mac: `⌘ Command` + `.`) enters presentation mode, removing the grid lines to present your data and visualizations, seamlessly.&#x20;

Notice how the grid and toolbars disappear in presentation mode, enabling a smooth presentation mode.  We recommend using `Spacebar` + `Mouse` to smoothly pan as you present your workbooks.

<figure><img src="https://2438361843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff1Y5UzPF2x1oIzVJbUK8%2Fuploads%2FK77fHyBlfSdY56O0RBr7%2Fimage.png?alt=media&#x26;token=370e2669-534d-48b7-b54b-3a6f735d99f2" alt=""><figcaption></figcaption></figure>

## 2. Visualize your data

Create beautiful Plotly charts in Quadratic. View the visualize your data page to learn more.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4ca">📊</span> <strong>Learn how to:</strong> <br>Create visualizations in Quadratic -></td><td></td><td></td><td><a href="../python/charts-visualizations">charts-visualizations</a></td></tr><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

## 3. Share your work

By sharing, you allow other users to view your sheet, code, etc.&#x20;

<figure><img src="https://2438361843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff1Y5UzPF2x1oIzVJbUK8%2Fuploads%2FDTuAs4dMNgdFn39L0jve%2FCleanShot%202024-01-22%20at%2014.48.13%402x.png?alt=media&#x26;token=686d14c5-98b0-4caa-8391-9f72dfa4777f" alt=""><figcaption></figcaption></figure>

To learn more about sharing and multiplayer visit the multiplayer section of the docs.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><span data-gb-custom-inline data-tag="emoji" data-code="1f3ae">🎮</span> Learn about multiplayer in Quadratic -></td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

## 4. Copy as PNG

Select the cells you wish to copy and simply `Right-click` and select copy as PNG or use the shortcut `Ctrl` + `Shift` + `c` (Mac: `⌘ Command` + `Shift` + `c`)

You can then paste your PNG into your presentations, articles, etc.

<mark style="background-color:yellow;">Note: the below sample data has used the copy-paste as PNG feature to copy/paste straight into our docs!</mark>&#x20;

<figure><img src="https://2438361843-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff1Y5UzPF2x1oIzVJbUK8%2Fuploads%2FuoPkfS7BLrPamLgOpMkS%2Fimage.png?alt=media&#x26;token=e921ad50-06f3-497a-8655-a47a29052570" alt=""><figcaption></figcaption></figure>

## 5. Embed in a webpage via iFrame

If you have public sharing permissions turned ON in your spreadsheet, you can freely embed your spreadsheet in any site that allows embedding. Use the URL to your spreadsheet in an `<iframe>` HTML tag, include ?embed at the end of the URL. E.g. [`https://app.quadratichq.com/file/02a5b8cb-90f2-474f-b6a8-76f1c15951e0?embed`](https://app.quadratichq.com/file/02a5b8cb-90f2-474f-b6a8-76f1c15951e0?embed)

**Example:**

```
<iframe src="https://app.quadratichq.com/file/02a5b8cb-90f2-474f-b6a8-76f1c15951e0?embed" title="your sheet description"></iframe>
```
