Edit

What's new in Excel JavaScript API 1.21

The ExcelApi 1.21 supports programmatically loading a linked entity cell value and automatically running an event handler when loading completes. To learn more about loading linked entity cell values, see Query linked entity cell values.

API list

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

Class Fields Description
LinkedEntityCellValueLoadedEventArgs error Any error encountered during the request to load the LinkedEntityCellValue.
id Gets the LinkedEntityId of the requested LinkedEntityCellValue.
linkedEntityCellValue Gets the LinkedEntityCellValue of the requested LinkedEntityId.
source Gets the source of the event.
type Gets the type of the event.
LinkedEntityDataDomainCollection loadLinkedEntityCellValue(id: LinkedEntityId) Submits a request to load the LinkedEntityCellValue object with the specified LinkedEntityId.
onLinkedEntityCellValueLoaded Occurs when the request to load a LinkedEntityCellValue is completed.

See also