You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field has expected values besides the comment/note.
I was trying to read it with: const comment = worksheet.getCell('A1').note
but it's undefined :(
Do I need to put any special option to make it work? Is it implemented?
exceljs version: 1.15.0
The text was updated successfully, but these errors were encountered:
I'm trying to read a comment (or rather note) from xlsx file. There's seems to be a difference
The field has expected values besides the comment/note.
I was trying to read it with:
const comment = worksheet.getCell('A1').note
but it's undefined :(
Do I need to put any special option to make it work? Is it implemented?
exceljs version: 1.15.0
The text was updated successfully, but these errors were encountered: