xlsx-1.1.2.1: Simple and incomplete Excel file parser/writer
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Xlsx.Types.Internal.CfPair

Synopsis

Documentation

newtype CfPair Source #

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

Instances details
Generic CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

Associated Types

type Rep CfPair :: Type -> Type #

Methods

from :: CfPair -> Rep CfPair x #

to :: Rep CfPair x -> CfPair #

Show CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

Eq CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

Methods

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

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

FromCursor CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

FromXenoNode CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

ToElement CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

type Rep CfPair Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.CfPair

type Rep CfPair = D1 ('MetaData "CfPair" "Codec.Xlsx.Types.Internal.CfPair" "xlsx-1.1.2.1-GdAjj0zF0PPpPuMGO3FJH" 'True) (C1 ('MetaCons "CfPair" 'PrefixI 'True) (S1 ('MetaSel ('Just "unCfPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SqRef, ConditionalFormatting))))