| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.Comments
- data Comment = Comment {}
- newtype CommentsTable = CommentsTable {}
- fromList :: [(CellRef, Comment)] -> CommentsTable
- lookupComment :: CellRef -> CommentsTable -> Maybe Comment
- parseComment :: HashMap Int Text -> Cursor -> [(CellRef, Comment)]
Documentation
User comment for a cell
TODO: the following child elements: * guid * shapeId * commentPr
Section 18.7.3 "comment (Comment)" (p. 1749)
Constructors
| Comment | |
Fields
| |
newtype CommentsTable Source #
Constructors
| CommentsTable | |
Fields | |
lookupComment :: CellRef -> CommentsTable -> Maybe Comment Source #