xlsx-0.6.0: Simple and incomplete Excel file parser/writer

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal.CfPair

Synopsis

Documentation

newtype CfPair #

Internal helper type for parsing "conditionalFormatting recods TODO: pivot, extList Implementing those will need this implementation to be changed

See 18.3.1.18 "conditionalFormatting (Conditional Formatting)" (p. 1610)

Constructors

CfPair 

Instances

Eq CfPair # 

Methods

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

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

Show CfPair # 
Generic CfPair # 

Associated Types

type Rep CfPair :: * -> * #

Methods

from :: CfPair -> Rep CfPair x #

to :: Rep CfPair x -> CfPair #

ToElement CfPair # 

Methods

toElement :: Name -> CfPair -> Element #

FromCursor CfPair # 

Methods

fromCursor :: Cursor -> [CfPair] #

type Rep CfPair # 
type Rep CfPair = D1 (MetaData "CfPair" "Codec.Xlsx.Types.Internal.CfPair" "xlsx-0.6.0-9Et6tz40HhX7mNeKNADElD" True) (C1 (MetaCons "CfPair" PrefixI True) (S1 (MetaSel (Just Symbol "unCfPair") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SqRef, ConditionalFormatting))))