xlsx-1.1.4: Simple and incomplete Excel file parser/writer
Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Comment

Synopsis

Documentation

data Comment Source #

User comment for a cell

TODO: the following child elements: guid, shapeId, commentPr

Section 18.7.3 "comment (Comment)" (p. 1749)

Constructors

Comment 

Fields

Instances

Instances details
NFData Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Methods

rnf :: Comment -> () Source #

Generic Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Associated Types

type Rep Comment 
Instance details

Defined in Codec.Xlsx.Types.Comment

type Rep Comment = D1 ('MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-1.1.4-G0KawmQS4mL8oRGRTaTy8Y" '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))))
Show Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Eq Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

type Rep Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

type Rep Comment = D1 ('MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-1.1.4-G0KawmQS4mL8oRGRTaTy8Y" '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))))