Skip to content

Commit 72438dd

Browse files
authored
Merge pull request #792 from OfficeDev/main
[admin] Publish
2 parents 78645c0 + 9fc7a38 commit 72438dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/resources/samples/samples-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Office Scripts samples
33
description: Available Office Scripts samples and scenarios.
4-
ms.date: 12/28/2023
4+
ms.date: 07/10/2025
55
ms.localizationpriority: medium
66
---
77

@@ -44,6 +44,7 @@ Be sure to download the sample workbooks included with each sample. That lets yo
4444
| [Notify people with comments](add-excel-comments.md) | This sample adds comments to a cell including @mentioning a colleague. |
4545
| [Output Excel data as JSON](get-table-data.md) | This solution shows how to output Excel table data as JSON to use in Power Automate. |
4646
| [Remove hyperlinks from each cell in an Excel worksheet](remove-hyperlinks-from-cells.md) | This sample clears all of the hyperlinks from the current worksheet. |
47+
| [Save and email as a PDF (preview)](save-as-pdf-email-as-pdf.md) | This sample saves a worksheet as a PDF and emails it to a recipient. |
4748
| [Set conditional formatting for cross-column comparisons](conditional-formatting-parameters.md) | This sample applies formatting based on values in adjacent columns. It also gets user input through script parameters. |
4849
| [Use external fetch calls](external-fetch-calls.md) | This sample uses `fetch` to get information from GitHub for the script. |
4950

docs/resources/samples/save-as-pdf-email-as-pdf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Save and email as a PDF
33
description: Use Office Scripts to save a worksheet as a PDF and then email that PDF.
4-
ms.date: 07/03/2025
4+
ms.date: 07/11/2025
55
ms.localizationpriority: medium
66
---
77

@@ -46,7 +46,7 @@ function main(workbook: ExcelScript.Workbook) {
4646
```
4747

4848
> [!TIP]
49-
> Use the properties of the [MailProperties](/javascript/api/office-scripts/excelscript/global.officescript.mailproperties) interface to add more details to your email, such as `cc`, `bcc`, and `importance` values.
49+
> Use the properties of the [MailProperties](/javascript/api/office-scripts/officescript/officescript.mailproperties) interface to add more details to your email, such as `cc`, `bcc`, and `importance` values.
5050
5151
## Troubleshooting
5252

0 commit comments

Comments
 (0)