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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.PivotTable.Internal

Documentation

newtype CacheId Source #

Constructors

CacheId Int 
Instances
Eq CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Methods

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

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

Generic CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Associated Types

type Rep CacheId :: Type -> Type #

Methods

from :: CacheId -> Rep CacheId x #

to :: Rep CacheId x -> CacheId #

FromAttrVal CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheId Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheId = D1 (MetaData "CacheId" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-0.8.1-9MYBy5o3cf0Evj7k0jFyxz" True) (C1 (MetaCons "CacheId" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

data CacheField Source #

Constructors

CacheField 
Instances
Eq CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Show CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Generic CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Associated Types

type Rep CacheField :: Type -> Type #

FromCursor CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

ToElement CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

type Rep CacheField = D1 (MetaData "CacheField" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-0.8.1-9MYBy5o3cf0Evj7k0jFyxz" False) (C1 (MetaCons "CacheField" PrefixI True) (S1 (MetaSel (Just "cfName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PivotFieldName) :*: S1 (MetaSel (Just "cfItems") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [CellValue])))

data CacheRecordValue Source #