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.
| Function | API | Description | Example |
|---|---|---|---|
| Spreadsheet SDK Loading | SpreadsheetSDK.Instantiate | Function that loads the Spreadsheet SDK and returns an object that manages it | SpreadsheetSDK.Instantiate().then(sdk => { // sdk object manages the Spreadsheet SDK }); |