From 63c28b4141e7ec027aa20f08bd6ede355e3e0d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 14 Mar 2026 15:14:38 +0100 Subject: [PATCH] v0.0.631 --- excelext/mapper.go | 6 ++++++ goextVersion.go | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/excelext/mapper.go b/excelext/mapper.go index a250549..237034f 100644 --- a/excelext/mapper.go +++ b/excelext/mapper.go @@ -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 } diff --git a/goextVersion.go b/goextVersion.go index 6d97a43..4e03b15 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -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"