Skip to main content

Module comment

Module comment 

Source
Expand description

Comment management utilities.

Provides functions for adding, querying, and removing cell comments.

Structs§

CommentConfig
Configuration for a cell comment.

Functions§

add_comment
Add a comment to a sheet’s comments collection.
get_all_comments
Get all comments from a sheet’s comments collection.
get_comment
Get the comment for a specific cell.
remove_comment
Remove a comment from a specific cell.