Skip to main content

Load and Initialize Spreadsheet SDK

Spreadsheet SDK Usage

Spreadsheet SDK Usage provides the minimum configuration procedures for integrating spreadsheets into development environments, centered around functions that load the SDK and return comprehensive objects.

FunctionAPIDescriptionExample
Spreadsheet SDK LoadingSpreadsheetSDK.InstantiateFunction that loads the Spreadsheet SDK and returns an object that manages itSpreadsheetSDK.Instantiate().then(sdk => {
// sdk object manages the Spreadsheet SDK
});