Compare commits

..

1 Commits

Author SHA1 Message Date
Mikescher 63c28b4141 v0.0.631
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m0s
2026-03-14 15:14:38 +01:00
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -286,6 +286,12 @@ func (em *ExcelMapper[T]) BuildSingleSheet(f *excelize.File, sheetName string, d
iRow++
}
//for i, col := range em.colDefinitions {
// if col.width == nil {
// //TODO https://github.com/qax-os/excelize/pull/1386
// }
//}
return nil
}
+2 -2
View File
@@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.630"
const GoextVersion = "0.0.631"
const GoextVersionTimestamp = "2026-03-14T14:10:09+0100"
const GoextVersionTimestamp = "2026-03-14T15:14:38+0100"