Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
User comment for a cell
TODO: the following child elements: guid, shapeId, commentPr
Section 18.7.3 "comment (Comment)" (p. 1749)
Comment | |
|
Instances
Generic Comment Source # | |
Show Comment Source # | |
NFData Comment Source # | |
Defined in Codec.Xlsx.Types.Comment | |
Eq Comment Source # | |
type Rep Comment Source # | |
Defined in Codec.Xlsx.Types.Comment type Rep Comment = D1 ('MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-1.1.0.1-FKUF1Jx3xuq9irRu3xJWCs" 'False) (C1 ('MetaCons "Comment" 'PrefixI 'True) (S1 ('MetaSel ('Just "_commentText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 XlsxText) :*: (S1 ('MetaSel ('Just "_commentAuthor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "_commentVisible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))) |