Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
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)
Instances
Generic CfPair Source # | |
Show CfPair Source # | |
Eq CfPair Source # | |
FromCursor CfPair Source # | |
Defined in Codec.Xlsx.Types.Internal.CfPair fromCursor :: Cursor -> [CfPair] Source # | |
FromXenoNode CfPair Source # | |
Defined in Codec.Xlsx.Types.Internal.CfPair | |
ToElement CfPair Source # | |
type Rep CfPair Source # | |
Defined in Codec.Xlsx.Types.Internal.CfPair type Rep CfPair = D1 ('MetaData "CfPair" "Codec.Xlsx.Types.Internal.CfPair" "xlsx-1.1.0.1-FKUF1Jx3xuq9irRu3xJWCs" 'True) (C1 ('MetaCons "CfPair" 'PrefixI 'True) (S1 ('MetaSel ('Just "unCfPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (SqRef, ConditionalFormatting)))) |