roo-rb / roo

Roo provides an interface to spreadsheets of several sorts.
MIT License
2.78k stars 501 forks source link

Unable to read content in Cell Comment #610

Open AaronBui-gif opened 2 months ago

AaronBui-gif commented 2 months ago

Hi, I used the instance method Roo::Excelx.comment(row, col, sheet = nil) to read the comment of a specific cell and it only read the Author name of the comment without the content. I found a solution as link below: https://github.com/roo-rb/roo/pull/562/files and it successfully works as expected. Can you guys update the master asap. Thank you