We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019a00d commit d9c2f45Copy full SHA for d9c2f45
Sources/Objects2XLSX/Book/Book.swift
@@ -348,7 +348,7 @@ public final class Book {
348
"xl",
349
"xl/_rels",
350
"xl/worksheets",
351
- "xl/theme",
+ "xl/theme"
352
]
353
354
for dir in directories {
Sources/Objects2XLSX/Styles/Fill.swift
@@ -188,7 +188,7 @@ extension Fill {
188
/// These fills are automatically included in every Excel workbook's style registry.
189
static let defaultFills: [Fill] = [
190
.none, // index 0: Excel requires at least one fill
191
- .none, // index 1: transparent fill
+ .none // index 1: transparent fill
192
193
194
/// Create a solid color fill with RGB values
0 commit comments