From 6a836758413e98feb3908b0b41fe770f8908fb70 Mon Sep 17 00:00:00 2001 From: Irfan Bashir Date: Mon, 25 Mar 2024 10:16:31 +0100 Subject: [PATCH 1/2] Added xmlns for worksheet metadata --- Sources/CoreXLSX/Relationships.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/CoreXLSX/Relationships.swift b/Sources/CoreXLSX/Relationships.swift index 99efa2fe..d29aa74f 100644 --- a/Sources/CoreXLSX/Relationships.swift +++ b/Sources/CoreXLSX/Relationships.swift @@ -67,6 +67,11 @@ public struct Relationship: Codable, Equatable { http://schemas.openxmlformats.org/officeDocument/2006/relationships/\ worksheet """ + case worksheetMetadata = + """ + http://schemas.openxmlformats.org/officeDocument/2006/relationships/\ + sheetMetadata + """ case chartsheet = """ http://schemas.openxmlformats.org/officeDocument/2006/relationships/\ From 00cdeed8b6e1e5d5af87ed879c0f60c4a91e2bd9 Mon Sep 17 00:00:00 2001 From: Irfan Bashir Date: Mon, 25 Mar 2024 10:24:24 +0100 Subject: [PATCH 2/2] Fixed formatting. --- Sources/CoreXLSX/Relationships.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CoreXLSX/Relationships.swift b/Sources/CoreXLSX/Relationships.swift index d29aa74f..19910796 100644 --- a/Sources/CoreXLSX/Relationships.swift +++ b/Sources/CoreXLSX/Relationships.swift @@ -67,7 +67,7 @@ public struct Relationship: Codable, Equatable { http://schemas.openxmlformats.org/officeDocument/2006/relationships/\ worksheet """ - case worksheetMetadata = + case worksheetMetadata = """ http://schemas.openxmlformats.org/officeDocument/2006/relationships/\ sheetMetadata