Skip to content

Commit 217029e

Browse files
committed
Move namespace details to permanent location
1 parent 2a2a254 commit 217029e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs-ref-autogen/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Office Scripts API reference
33
description: An overview of the Office Scripts JavaScript APIs.
44
ms.topic: overview
5-
ms.date: 10/01/2022
5+
ms.date: 12/04/2025
66
---
77

88
# Office Scripts API reference
@@ -12,6 +12,10 @@ The Office Scripts API lets you automate common tasks in Excel. Use this referen
1212
> [!NOTE]
1313
> If you're looking for the JavaScript APIs for developing Office Add-ins, visit the [Office Add-ins JavaScript API reference](/javascript/api/overview?view=excel-js-preview&preserve-view=true).
1414
15+
## Namespaces
16+
17+
Office Scripts APIs use two namespaces: [OfficeScript](/javascript/api/office-scripts/officescript) for APIs that are not connected to an Excel workbook, and [ExcelScript](/javascript/api/office-scripts/excelscript) for APIs that work with Excel workbooks.
18+
1519
## Common classes
1620

1721
The following list breaks down the basics of the Office Scripts object model. This shows the common classes and how they relate to one another.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ New Office Scripts APIs are first introduced in "preview", and then later releas
1414
1515
## API list
1616

17-
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.
18-
19-
### OfficeScript namespace
20-
2117
<!-- [!INCLUDE[API table](../includes/officescript-preview.md)] -->
2218

2319
> [!NOTE]

0 commit comments

Comments
 (0)