AddComment | ApiComment | null | Returns an array of ApiComment objects. |
AddCustomFunction | None | Creates a new custom function.\ The description of the function parameters and result is specified using JSDoc. The <em>@customfunction</em> tag is required in JSDoc.\ Parameters and results can be specified as the <em>number / string / boolean / any / number[][] / string[][] / bobooleanol[][] / any[][]</em> types.\ Parameters can be required or optional. A user can also set a default value. |
AddCustomFunctionLibrary | None | Registers a new custom functions library (see the -SetCustomFunctions plugin method).\ The description of the function parameters and result is specified using JSDoc. The <em>@customfunction</em> tag is required in JSDoc.\ Parameters and results can be specified as the <em>number / string / boolean / any / number[][] / string[][] / boolean[][] / any[][]</em> types.\ Parameters can be required or optional. A user can also set a default value. |
AddDefName | boolean | Adds a new name to a range of cells. |
AddSheet | None | Creates a new worksheet. The new worksheet becomes the active sheet. |
ClearCustomFunctions | boolean | Clears all custom functions. |
CreateBlipFill | ApiFill | Creates a blip fill to apply to the object using the selected image as the object background. |
CreateBullet | ApiBullet | Creates a bullet for a paragraph with the character or symbol specified with the sSymbol parameter. |
CreateColorByName | ApiColor | Creates a color selecting it from one of the available color presets. |
CreateColorFromRGB | ApiColor | Creates an RGB color setting the appropriate values for the red, green and blue color components. |
CreateGradientStop | ApiGradientStop | Creates a gradient stop used for different types of gradients. |
CreateLinearGradientFill | ApiFill | Creates a linear gradient fill to apply to the object using the selected linear gradient as the object background. |
CreateNewHistoryPoint | None | Creates a new history point. |
CreateNoFill | ApiFill | Creates no fill and removes the fill from the element. |
CreateNumbering | ApiBullet | Creates a bullet for a paragraph with the numbering character or symbol specified with the numType parameter. |
CreateParagraph | ApiParagraph | Creates a new paragraph. |
CreatePatternFill | ApiFill | Creates a pattern fill to apply to the object using the selected pattern as the object background. |
CreatePresetColor | ApiPresetColor | Creates a color selecting it from one of the available color presets. |
CreateRGBColor | ApiRGBColor | Creates an RGB color setting the appropriate values for the red, green and blue color components. |
CreateRadialGradientFill | ApiFill | Creates a radial gradient fill to apply to the object using the selected radial gradient as the object background. |
CreateRun | ApiRun | Creates a new smaller text block to be inserted to the current paragraph or table. |
CreateSchemeColor | ApiSchemeColor | Creates a complex color scheme selecting from one of the available schemes. |
CreateSolidFill | ApiFill | Creates a solid fill to apply to the object using a selected solid color as the object background. |
CreateStroke | ApiStroke | Creates a stroke adding shadows to the element. |
CreateTextPr | ApiTextPr | Creates the empty text properties. |
Format | string | Returns a class formatted according to the instructions contained in the format expression. |
GetActiveSheet | ApiWorksheet | Returns an object that represents the active sheet. |
GetAllComments | ApiComment[] | Returns all comments from the current workbook including comments from all worksheets. |
GetAllPivotTables | ApiPivotTable[] | Returns all pivot tables. |
GetCommentById | ApiComment | Returns a comment from the current document by its ID. |
GetComments | ApiComment[] | Returns all comments related to the whole workbook. |
GetDefName | ApiName | Returns the ApiName object by the range name. |
GetDocumentInfo | object | Returns the document information:\ -Application - the application the document has been created with.\ -CreatedRaw - the date and time when the file was created.\ -Created - the parsed date and time when the file was created.\ -LastModifiedRaw - the date and time when the file was last modified.\ -LastModified - the parsed date and time when the file was last modified.\ -LastModifiedBy - the name of the user who has made the latest change to the document.\ -Autrors - the persons who has created the file.\ -Title - this property allows you to simplify your documents classification.\ -Tags - this property allows you to simplify your documents classification.\ -Subject - this property allows you to simplify your documents classification.\ -Comment - this property allows you to simplify your documents classification. |
GetFreezePanesType | FreezePaneType | Returns the freeze panes type. |
GetFullName | string | Returns the full name of the currently opened file. |
GetLocale | number | Returns the current locale ID. |
GetMailMergeData | string[][] | Returns the mail merge data. |
GetPivotByName | ApiPivotTable | null | Returns a pivot table by its name, or null if it does not exist. |
GetRange | ApiRange | Returns the ApiRange object by the range reference. |
GetReferenceStyle | ReferenceStyle | Returns the cell reference style. |
GetSelection | ApiRange | Returns an object that represents the selected range. |
GetSheet | ApiWorksheet | null | Returns an object that represents a sheet. |
GetSheets | ApiWorksheet[] | Returns a sheet collection that represents all the sheets in the active workbook. |
GetThemesColors | string[] | Returns a list of all the available theme colors for the spreadsheet. |
GetWorksheetFunction | ApiWorksheetFunction | Returns the ApiWorksheetFunction object. |
InsertPivotExistingWorksheet | ApiPivotTable | Inserts the specified pivot table into an existing worksheet. |
InsertPivotNewWorksheet | ApiPivotTable | Inserts the specified pivot table into a new worksheet. |
Intersect | ApiRange | null | Returns the ApiRange object that represents the rectangular intersection of two or more ranges. If one or more ranges from a different worksheet are specified, an error will be returned. |
RecalculateAllFormulas | boolean | Recalculates all formulas in the active workbook. |
RefreshAllPivots | None | Refreshes all pivot tables. |
RemoveCustomFunction | boolean | Removes a custom function. |
ReplaceTextSmart | None | Replaces each paragraph (or text in cell) in the select with the corresponding text from an array of strings. |
Save | None | Saves changes to the specified document. |
SetFreezePanesType | None | Sets a type to the freeze panes. |
SetLocale | None | Sets a locale to the document. |
SetReferenceStyle | None | Sets the cell reference style. |
SetThemeColors | boolean | Sets the theme colors to the current spreadsheet. |
attachEvent | None | Subscribes to the specified event and calls the callback function when the event fires. |
detachEvent | None | Unsubscribes from the specified event. |