CommentsManager
Manages threaded comments on a workbook’s sheets.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CommentsManager(workbook: Workbook): CommentsManager;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
workbook | Workbook |
Returns
Section titled “Returns”CommentsManager
Methods
Section titled “Methods”get(sheetName: string, options?: FilterOptions): ThreadedComment[];Get all comments on the given sheet.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
sheetName | string |
options | FilterOptions |
Returns
Section titled “Returns”ThreadedComment[]