pub fn add_comment(comments: &mut Option<Comments>, config: &CommentConfig)Expand description
Add a comment to a sheet’s comments collection.
If comments is None, a new Comments structure is created.
pub fn add_comment(comments: &mut Option<Comments>, config: &CommentConfig)Add a comment to a sheet’s comments collection.
If comments is None, a new Comments structure is created.