How to reproduce the issue

Please run go test.

What Did I Do?

I attempted to read all cells using the *excelize.File.GetRows() method.

I wrote test code to reproduce the issue, which can be found here.

What Did I Expect to See?

I expected the result slice to contain all numbers.

What Did I See Instead?

Instead, I observed that it returned an empty string "" for cells with the format #,#####.

my environment

go version

go version
go version go1.21.0 darwin/amd64

excelize version

OS

go env Output
go env
GO111MODULE=''
GOARCH='amd64'
GOHOSTARCH='amd64'
GOHOSTOS='darwin'