You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test read excel file with an generated by this package.If I use GetRows or Rows function.It will return unexpect result.return result not rows result.It return data one by one cell.but the GetCols and Cols is correctly.I generate the excel file with StreamWriterAPI and Style
Describe the results you received:
Describe the results you expected:
It should return whole row data
Description
I test read excel file with an generated by this package.If I use GetRows or Rows function.It will return unexpect result.return result not rows result.It return data one by one cell.but the GetCols and Cols is correctly.I generate the excel file with StreamWriterAPI and Style
Describe the results you received:
Describe the results you expected:
It should return whole row data
generate file code
read code
Environment details (OS, Microsoft Excel™ version, physical, etc.):
excelize version: 2.3.1
go version: go1.15.3 linux/amd64
os: ubuntu18
similar with #519
test.zip this is Excel file
The text was updated successfully, but these errors were encountered: