v0.0.630
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m24s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user