Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/images/3d-bubble-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/area-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bar-clustered-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bar-pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bar-stacked-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/box-whisker-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bubble-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/column-clustered-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/column-stacked-100-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/column-stacked-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/cone-column-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/contour-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/cylinder-column-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/doughnut-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/exploded-doughnut-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/exploded-pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/filled-radar-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/funnel-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/histogram-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/line-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/line-markers-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/line-stacked-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pareto-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pie-pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/pyramid-colum-chart.png
Binary file added docs/images/radar-chart.png
Binary file added docs/images/radar-markers-chart.png
Binary file added docs/images/region-map-chart.png
Binary file added docs/images/scatter-chart.png
Binary file added docs/images/scatter-lines-chart.png
Binary file added docs/images/scatter-smooth-lines-chart.png
Binary file added docs/images/stacked-area-chart.png
Binary file added docs/images/stock-hlc-chart.png
Binary file added docs/images/stock-ohlc-chart.png
Binary file added docs/images/stock-vhlc-chart.png
Binary file added docs/images/stock-vohlc-chart.png
Binary file added docs/images/sunburst-chart.png
Binary file added docs/images/surface-chart.png
Binary file added docs/images/surface-wireframe-chart.png
Binary file added docs/images/treemap-chart.png
Binary file added docs/images/waterfall-chart.png
1,676 changes: 1,676 additions & 0 deletions docs/resources/samples/chart-samples.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/resources/samples/range-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,6 @@ We welcome suggestions for new samples. If there's a common scenario that would
## See also

* [Sudhi Ramamurthy's "Range basics" on YouTube](https://youtu.be/4emjkOFdLBA)
* [Chart samples](chart-samples.md)
* [Office Scripts samples and scenarios](samples-overview.md)
* [Tutorial: Create and format an Excel table](../../tutorials/excel-tutorial.md)
3 changes: 2 additions & 1 deletion docs/resources/samples/samples-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Office Scripts samples
description: Available Office Scripts samples and scenarios.
ms.date: 07/10/2025
ms.date: 11/20/2025
ms.localizationpriority: medium
---

Expand All @@ -23,6 +23,7 @@ This section contains Office Scripts based solutions that help end users achieve
| Project | Details |
|---------|---------|
| [Ranges: Work with the grid](range-samples.md) | These samples show how to work the `Range` object, which is central to most scripts. |
| [Chart samples](chart-samples.md) | A comprehensive collection of samples showing how to create and customize every type of Excel chart supported by Office Scripts. |
| [Conditional formatting samples](conditional-formatting-samples.md) | These samples show how to apply different styles of conditional formatting to a range. |
| [Data validation samples: Dropdown lists, prompts, and warning pop-ups](data-validation-samples.md) | These samples show how to use data validation to mandate specific conditions for cell data and how the user is alerted to these rules. |
| [Date samples](javascript-dates.md) | A collection of samples that show how to translate between JavaScript and Excel date formats. |
Expand Down
6 changes: 6 additions & 0 deletions docs/resources/samples/table-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,9 @@ function main(workbook: ExcelScript.Workbook) {
| Jan | 45 | 5 | 225 |
| Feb | 45 | 3 | 135 |
| Mar | 45 | 6 | 270 |

## See also

* [Chart samples](chart-samples.md)
* [Office Scripts samples and scenarios](samples-overview.md)
* [Tutorial: Create and format an Excel table](../../tutorials/excel-tutorial.md)
2 changes: 2 additions & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ items:
items:
- name: 'Ranges: Work with the grid'
href: resources/samples/range-samples.md
- name: Charts
href: resources/samples/chart-samples.md
- name: Conditional formatting
href: resources/samples/conditional-formatting-samples.md
- name: 'Data validation: Dropdown lists, prompts, and warning pop-ups'
Expand Down