Edit

Share via


What's new in Excel JavaScript API 1.20

The ExcelApi 1.20 adds undo support for Excel JavaScript APIs and controls for showing and hiding custom functions in Excel AutoComplete.

API list

The following table lists the APIs in Excel JavaScript API requirement set 1.20. To view API reference documentation for all APIs supported by Excel JavaScript API requirement set 1.20 or earlier, see Excel APIs in requirement set 1.20 or earlier.

Class Fields Description
CustomFunctionManager Manages settings on custom functions.
CustomFunctionVisibilityOptions hide A list of custom functions to hide from Excel AutoComplete.
show A list of custom functions to show in Excel AutoComplete.
RunOptions mergeUndoGroup Determines whether the batch requests should be merged to one undo group.

See also