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
…ply the result
- An error will be returned when setting the stream row without ascending row numbers, to avoid potential mistakes as mentioned in qax-os#1139
- Updated unit tests
…ply the result
- An error will be returned when setting the stream row without ascending row numbers, to avoid potential mistakes as mentioned in qax-os#1139
- Updated unit tests
t.xlsx
value, _ := file.GetCellValue("Sheet1", "A1")
fmt.Println(value)
expect console
88888666665555500000
actual console
-9223372036854775808
The text was updated successfully, but these errors were encountered: