We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm trying to get these type of comments. worksheet.getCell(1).note doesn't work. Same for cell._value.model.comments.texts.
worksheet.getCell(1).note
cell._value.model.comments.texts
Could someone explain how to handle comments/notes with exceljs?