| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.Xlsx.Types.Internal.CfPair
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)
Constructors
| CfPair | |
Fields | |
Instances
| Eq CfPair Source # | |
| Show CfPair Source # | |
| Generic CfPair Source # | |
| FromXenoNode CfPair Source # | |
Defined in Codec.Xlsx.Types.Internal.CfPair | |
| FromCursor CfPair Source # | |
Defined in Codec.Xlsx.Types.Internal.CfPair Methods fromCursor :: Cursor -> [CfPair] Source # | |
| 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-0.8.2-8DMKXE4frdJ3Wwt78d3mZG" True) (C1 (MetaCons "CfPair" PrefixI True) (S1 (MetaSel (Just "unCfPair") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SqRef, ConditionalFormatting)))) | |