Structure
Relationship
public struct Relationship: Codable, Equatable
Relationship to an entity stored in a given .xlsx
archive. These can be worksheets,
chartsheets, thumbnails and a few other internal entities. Most of the time users of CoreXLSX
wouldn't need to handle relationships directly.
Relationships
Nested Types
Relationship.SchemaType
Conforms To
Codable
Equatable
Properties
id
let id: String
The identifier for this entity.
type
let type: SchemaType
The type of this entity.
target
let target: String
The path to this entity in the .xlsx
archive.