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

Safe HaskellNone
LanguageHaskell2010

Codec.Xlsx.Types.Internal.Relationships

Synopsis

Documentation

data Relationship Source #

Constructors

Relationship 

newtype Relationships Source #

Describes relationships according to Open Packaging Convention

See ECMA-376, 4th Edition Office Open XML File Formats — Open Packaging Conventions

Constructors

Relationships 
Instances
Eq Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Show Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Generic Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

Associated Types

type Rep Relationships :: Type -> Type #

FromCursor Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToElement Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

ToDocument Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationships Source # 
Instance details

Defined in Codec.Xlsx.Types.Internal.Relationships

type Rep Relationships = D1 (MetaData "Relationships" "Codec.Xlsx.Types.Internal.Relationships" "xlsx-0.8.2-8DMKXE4frdJ3Wwt78d3mZG" True) (C1 (MetaCons "Relationships" PrefixI True) (S1 (MetaSel (Just "relMap") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Map RefId Relationship))))

joinRel :: FilePath -> FilePath -> FilePath Source #

joins relative URI (actually a file path as an internal relation target)

pr :: Text -> Name Source #

Add package relationship namespace to name

odr :: Text -> Name Source #

Add office document relationship namespace to name