Please run go test
.
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.
I expected the result slice to contain all numbers.
Instead, I observed that it returned an empty string ""
for cells with the format #,#####
.
go version go version go1.21.0 darwin/amd64
- The latest
v2.8.0
release reproduces the issue. v2.7.1
does not reproduce the issue.- https://github.com/qax-os/excelize/commit/7c221cf29531fcd38871d3295f4b511029cb4282 seems first commit which reproduces this issue.
go env
Output
go env GO111MODULE='' GOARCH='amd64' GOHOSTARCH='amd64' GOHOSTOS='darwin'