pub fn add_threaded_comment(
threaded_comments: &mut Option<ThreadedComments>,
person_list: &mut PersonList,
cell: &str,
input: &ThreadedCommentInput,
) -> Result<String>Expand description
Add a threaded comment to a sheet’s threaded comments collection.
Validates the cell reference format before inserting. Returns the generated comment ID.