xlsx-1.0.0.1: Simple and incomplete Excel file parser/writer
Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.PivotTable.Internal

Documentation

newtype CacheId Source #

Constructors

CacheId Int 

Instances

Instances details
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-1.0.0.1-inplace" 'True) (C1 ('MetaCons "CacheId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))

data CacheField Source #

Constructors

CacheField 

Instances

Instances details
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

Methods

fromCursor :: Cursor -> [CacheField] Source #

ToElement CacheField Source # 
Instance details

Defined in Codec.Xlsx.Types.PivotTable.Internal

Methods

toElement :: Name -> CacheField -> Element Source #

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-1.0.0.1-inplace" '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 #