Skip to content

Commit f21bf59

Browse files
XLKit Release 1.0.10
1 parent eea200d commit f21bf59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
**🔧 Improvements:**
99
- Fixed critical column ordering bug for sheets with more than 26 columns (A-Z, AA, AB, etc.) (#14)
1010
- Resolved Excel compatibility issue where generated files were rejected or repaired due to invalid column ordering
11-
- Implemented proper numeric column sorting in XLSXEngine.generateWorksheetXML() to ensure Excel-compliant column order
12-
- Fixed lexicographic string sorting that caused "AA1" to appear before "B1" in generated XML
11+
- Implemented proper numeric column sorting in `XLSXEngine.generateWorksheetXML()` to ensure Excel-compliant column order
12+
- Fixed lexicographic string sorting that caused `AA1` to appear before `B1` in generated XML
1313
- Increased test count from 53 to 55 tests with 100% API coverage including column ordering validation
1414
- Enhanced XLKitTestRunner with column ordering validation for continuous testing
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Add XLKit to your `Package.swift` dependencies:
278278

279279
```swift
280280
dependencies: [
281-
.package(url: "https://github.com/TheAcharya/XLKit.git", from: "1.0.9")
281+
.package(url: "https://github.com/TheAcharya/XLKit.git", from: "1.0.10")
282282
]
283283
```
284284

0 commit comments

Comments
 (0)