I'm migrating a VSTO Excel add-in to JS and noticed a features that's not available yet. In the VSTO model, we can create cell comments/notes that are intended as documentation, showing the user t...
tobydimmick
Jan 22, 2025Copper Contributor
This seems like a very basic feature considering comments are already implemented, unless notes are more complex than I'm aware. We're rewriting an addin from COM framework to Office.js, and we need access to read/write notes in order to maintain compatibility and feature parity.