Excel Javascript API set note to cell

430 Views Asked by At

Is there a method to set a note to a specific cell ?

For example, I would like to add something like this: sheet.getCell(1, 1).note = "My Note";

1

There are 1 best solutions below

0
On

Currently we do not have the Commenting (notes as you put it) feature exposed via our APIs.

Please go and log a feature request on UserVoice for us to consider this for future API releases.

-Philip, Developer on the Office Extensibility team