I need to read all the comments in an Excel worksheet with the related cell references, using Office.js.
I don't know in which cells the comments are, I'm able to access to Excel.CommentCollection object and read all the comments information, but I cannot find a way to get the comment cell reference, is there a way to get it?
Thanks