v0.0.630
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m24s

This commit is contained in:
2026-03-14 14:10:09 +01:00
parent 0923fa7c09
commit b01e659bb4
3 changed files with 30 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package excelbuilder
package excelext
import (
"reflect"
@@ -78,7 +78,7 @@ func (em *ExcelMapper[T]) InitNewFile(sheetName string) (*excelize.File, error)
func (em *ExcelMapper[T]) InitStyles(f *excelize.File) error {
styleDate, err := f.NewStyle(&excelize.Style{
CustomNumFmt: new("dd.mm.yyyy"),
CustomNumFmt: langext.Ptr("dd.mm.yyyy"),
})
if err != nil {
return err