Namespace: SpreadsheetEditor

Core. SpreadsheetEditor

Contains all classes related to spreadsheet editor.

Classes

ActiveSheetChangedEvent
Cell
CellRange
SelectionChangedEvent
Sheet
SpreadsheetEditorManager
Workbook

Members


<static> SpreadsheetEditorEditMode

An enum representing the available edit modes in spreadsheet editor.
Properties:
Name Type Description
EDITING string normal editing mode.
VIEW_ONLY string Read only mode. No editing is available.

Methods


<static> getSpreadsheetEditorWorkerPath()

Gets the path to the spreadsheet editor worker files.
Returns:
The path to the spreadsheet editor worker files.
Type
string

<static> setSpreadsheetEditorWorkerPath(workerPath)

Sets the path to the spreadsheet editor worker files. This will override the default path for spreadsheet editor worker files.
Parameters:
Name Type Description
workerPath string The path to the worker files.