Skip to content

Commit 4b82fbd

Browse files
alison-mkCopilotAlexJerabek
authored
[all hosts] (Preview APIs) Add intro for OfficeScript namespace table (#397)
* [all hosts] (Preview APIs) Add intro for OfficeScript namespace table * Update phrasing * Update phrasing * Update docs/docs-ref-autogen/preview-apis.md Co-authored-by: Copilot <[email protected]> * Update docs/docs-ref-autogen/preview-apis.md Co-authored-by: Alex Jerabek <[email protected]> * Update docs/docs-ref-autogen/preview-apis.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Alex Jerabek <[email protected]>
1 parent 21c4aad commit 4b82fbd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/docs-ref-autogen/preview-apis.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Office Scripts preview APIs
33
description: Details about upcoming Office Scripts APIs.
44
ms.topic: whats-new
5-
ms.date: 09/08/2025
5+
ms.date: 09/12/2025
66
---
77

88
# Office Scripts preview APIs
@@ -12,15 +12,17 @@ New Office Scripts APIs are first introduced in "preview", and then later releas
1212
> [!IMPORTANT]
1313
> Preview APIs are subject to change and are not intended for use in a production environment. We recommend that you try them out in test and development environments only. Do not use preview APIs in a production environment or within business-critical documents.
1414
15-
The following table provides a concise summary of the APIs, while the subsequent [API list](#api-list) table gives a detailed list.
15+
The following table provides a concise summary of the APIs, while the subsequent [API list](#api-list) section gives a detailed list.
1616

1717
| Feature area | Description | Relevant objects |
1818
|:--- |:--- |:--- |
1919
| Save and email a PDF | Save a worksheet as a PDF and email it to yourself or your team. For a sample, see [Save a worksheet and email it as a PDF](/office/dev/scripts/resources/samples/save-as-pdf-email-as-pdf). | [EmailAttachment](/javascript/api/office-scripts/officescript/officescript.emailattachment), [MailProperties](/javascript/api/office-scripts/officescript/officescript.mailproperties) |
2020

2121
## API list
2222

23-
The following table lists the Office Scripts APIs currently in preview.
23+
Office Scripts APIs use two namespaces: `OfficeScript` for APIs that are not connected to an Excel workbook, and `ExcelScript` for APIs that work with Excel workbooks. Currently, the only preview APIs are in the `OfficeScript` namespace. The following section lists those APIs.
24+
25+
### OfficeScript namespace
2426

2527
[!INCLUDE[API table](../includes/officescript-preview.md)]
2628

0 commit comments

Comments
 (0)