Skip to content

Commit

Permalink
Make count optional in MergeCells (#119)
Browse files Browse the repository at this point in the history
Attempt to fix some of the issues reported in #94.
  • Loading branch information
MaxDesiatov authored Jul 7, 2020
1 parent da9a091 commit 8e15698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CoreXLSX/Worksheet/Worksheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public struct Row: Codable {
}

public struct MergeCells: Codable {
public let count: Int
public let count: Int?
public let items: [MergeCell]

enum CodingKeys: String, CodingKey {
Expand Down

0 comments on commit 8e15698

Please sign in to comment.