Skip to content

Commit c92943b

Browse files
authored
[Excel] Update preview APIs article (#2171)
1 parent e889483 commit c92943b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirement-sets/excel/excel-preview-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Excel JavaScript preview APIs
33
description: Details about upcoming Excel JavaScript APIs.
4-
ms.date: 10/10/2022
4+
ms.date: 01/03/2025
55
ms.topic: whats-new
66
ms.localizationpriority: medium
77
---
@@ -18,6 +18,7 @@ The following table provides a concise summary of the APIs, while the subsequent
1818
|:--- |:--- |:--- |
1919
| Document tasks | Turn comments into tasks assigned to users. | [DocumentTask](/javascript/api/excel/excel.documenttask), [DocumentTaskChange](/javascript/api/excel/excel.documenttaskchange), [DocumentTaskChangeCollection](/javascript/api/excel/excel.documenttaskchangecollection), [DocumentTaskCollection](/javascript/api/excel/excel.documenttaskcollection) |
2020
| Linked data types | Adds support for data types connected to Excel from external sources. | [LinkedDataType](/javascript/api/excel/excel.linkeddatatype), [LinkedDataTypeAddedEventArgs](/javascript/api/excel/excel.linkeddatatypeaddedeventargs), [LinkedDataTypeCollection](/javascript/api/excel/excel.linkeddatatypecollection) |
21+
| Notes | Create, delete, and manage notes in a worksheet. Also supports setting the height, width, and visibility of notes. | [Note](/javascript/api/excel/excel.note), [NoteCollecction](/javascript/api/excel/excel.notecollection) |
2122
| Table styles | Provides control for font, border, fill color, and other aspects of table styles. | [Table](/javascript/api/excel/excel.table), [PivotTable](/javascript/api/excel/excel.pivottable), [Slicer](/javascript/api/excel/excel.slicer) |
2223

2324
## API list

0 commit comments

Comments
 (0)