xlsx-0.7.1: 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

Eq Comment Source # 

Methods

(==) :: Comment -> Comment -> Bool #

(/=) :: Comment -> Comment -> Bool #

Show Comment Source # 
Generic Comment Source # 

Associated Types

type Rep Comment :: * -> * #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

NFData Comment Source # 

Methods

rnf :: Comment -> () #

type Rep Comment Source # 
type Rep Comment = D1 * (MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-0.7.1-H5qFfXMGxrd2oSXq37XqR1" False) (C1 * (MetaCons "Comment" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_commentText") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * XlsxText)) ((:*:) * (S1 * (MetaSel (Just Symbol "_commentAuthor") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_commentVisible") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Bool)))))