Skip to content

CommentsManager

Manages threaded comments on a workbook’s sheets.

new CommentsManager(workbook: Workbook): CommentsManager;
ParameterType
workbookWorkbook

CommentsManager

get(sheetName: string, options?: FilterOptions): ThreadedComment[];

Get all comments on the given sheet.

ParameterType
sheetNamestring
optionsFilterOptions

ThreadedComment[]