Skip to content

NotesManager

Manages cell notes on a workbook’s sheets.

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

NotesManager

get(sheetName: string): Note[];

Get the notes on a sheet.

ParameterType
sheetNamestring

Note[]