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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.PivotTable.Internal

Documentation

newtype CacheId #

Constructors

CacheId Int 

Instances

Eq CacheId # 

Methods

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

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

Generic CacheId # 

Associated Types

type Rep CacheId :: * -> * #

Methods

from :: CacheId -> Rep CacheId x #

to :: Rep CacheId x -> CacheId #

FromAttrVal CacheId # 
type Rep CacheId # 
type Rep CacheId = D1 * (MetaData "CacheId" "Codec.Xlsx.Types.PivotTable.Internal" "xlsx-0.7.2-lPjfwcf8ew7uO9JhyAhCa" True) (C1 * (MetaCons "CacheId" PrefixI False) (S1 * (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

data CacheField #

Constructors

CacheField 

Instances

Eq CacheField # 
Show CacheField # 
Generic CacheField # 

Associated Types

type Rep CacheField :: * -> * #

FromCursor CacheField # 

Methods

fromCursor :: Cursor -> [CacheField] #

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