exceljs / exceljs

Excel Workbook Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading comment/note from xlsx

mwoz123 opened this issue · comments

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

Bump. Looking for a solution too.

Should be fixed in v3.1.0

Issue reproduced on v.4.4.0 - existing comments disappear after parsing xlsx file