-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic: runtime error: invalid memory address or nil pointer dereference #54
Comments
I've got this same issue. It started recently. We had an old-ish product that we released probably a year ago using this lib and it worked great. We had a completely unrelated feature we were implementing and it works great, but the CI busted on this error right here. We hadn't touched this part of the code, but have upgraded to go 1.15.5 so maybe that has something to do with it? |
So I just revered my local go 1.13 and it seems to have fixed... so if you need a temp workaround you can build with go 1.13.x ... hopefully this will help to fix this going forward! |
Hello, |
After banging my head against this all day, I found the following: Make sure you're trying to hit a sheet that's saved in Google Sheets format, not XLSX. |
I use version from
master
andv2
, and i got the same error:I try update cell. I did it exacly, like on example. Could you fix it?
The text was updated successfully, but these errors were encountered: