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
Description
Passing RawCellValue: true in excelize.OpenReader doesn't get the raw values because the GetRows function accepts a separate Options object which doesn't take in consideration the Options passed in OpenReader
Steps to reproduce the issue:
Create a excel with numeric data and prepend the data with 0 values
Description
Passing
RawCellValue: true
in excelize.OpenReader doesn't get the raw values because theGetRows
function accepts a separateOptions
object which doesn't take in consideration the Options passed in OpenReaderSteps to reproduce the issue:
Describe the results you received:
The rows will have columns with the 0 prefix removed
Describe the results you expected:
The 0 prefix should be there as RawCellValue was passed as true
Output of
go version
:Excelize version or commit ID:
v2.8.0
The text was updated successfully, but these errors were encountered: