What's new in Excel JavaScript API 1.10
The ExcelApi 1.10 introduced key features, such as commenting, outlines, and slicers. It also added event support for worksheet-level clicking and sorting.
Feature area | Description | Relevant objects |
---|---|---|
Comments | Add, edit, and delete comments. | Comment, CommentCollection |
Outlines | Group rows and columns to form collapsible outlines. | Range, Worksheet |
Slicers | Insert and configure slicers to tables and PivotTables. | Slicer |
More Worksheet Events | Listen for click and sort events in the worksheet. | Worksheet (Events) |
API list
The following table lists the APIs in Excel JavaScript API requirement set 1.10. To view API reference documentation for all APIs supported by Excel JavaScript API requirement set 1.10 or earlier, see Excel APIs in requirement set 1.10 or earlier.
|
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins