xlsx-1.1.2.2: Simple and incomplete Excel file parser/writer
Safe HaskellSafe-Inferred
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
Generic Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Associated Types

type Rep Comment :: Type -> Type Source #

Show Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

NFData Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Methods

rnf :: Comment -> () Source #

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.2.2-DopzEu8STPN4igxHgE9OUe" '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))))