NotesManager
Manages cell notes on a workbook’s sheets.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NotesManager(workbook: Workbook): NotesManager;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
workbook | Workbook |
Returns
Section titled “Returns”NotesManager
Methods
Section titled “Methods”get(sheetName: string): Note[];Get the notes on a sheet.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
sheetName | string |
Returns
Section titled “Returns”Note[]