Header menu logo FsSpreadsheet

Comments Module

Functions for working with Comments.

Functions and values

Function or value Description

get worksheetCommentsPart

Full Usage: get worksheetCommentsPart

Parameters:
Returns: Comments

Returns the comments of the WorksheetCommentsPart.

worksheetCommentsPart : WorksheetCommentsPart
Returns: Comments

getAuthors comments

Full Usage: getAuthors comments

Parameters:
Returns: string seq

Returns a sequence of author names from the Comments.

Author names might be encrypted in the pattern of

tc={...}

comments : Comments
Returns: string seq

getCommentAndNoteTexts commentList

Full Usage: getCommentAndNoteTexts commentList

Parameters:
Returns: string seq

Returns all Comments and Notes as strings of a CommentList.

commentList : CommentList
Returns: string seq

getCommentList comments

Full Usage: getCommentList comments

Parameters:
Returns: CommentList

Returns the CommentList of the given Comments.

comments : Comments
Returns: CommentList

getCommentsAuthorsTextsRefs comments

Full Usage: getCommentsAuthorsTextsRefs comments

Parameters:
Returns: (string * string * string) seq

Returns a triple of Comments consisting of the author, the comment text written, and the cell reference (A1-style).

comments : Comments
Returns: (string * string * string) seq

getNotesAuthorsTextsRefs comments

Full Usage: getNotesAuthorsTextsRefs comments

Parameters:
Returns: (string * string * string) seq

Returns a triple of Notes consisting of the author, the note text written, and the cell reference (A1-style).

comments : Comments
Returns: (string * string * string) seq

Type something to start searching.