xlsx-0.8.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 # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Methods

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

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

Show Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Generic Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

NFData Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

Methods

rnf :: Comment -> () #

type Rep Comment Source # 
Instance details

Defined in Codec.Xlsx.Types.Comment

type Rep Comment = D1 (MetaData "Comment" "Codec.Xlsx.Types.Comment" "xlsx-0.8.1-9MYBy5o3cf0Evj7k0jFyxz" 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))))