extrame / xls

Pure Golang xls library
Apache License 2.0
331 stars 210 forks source link

untime error: invalid memory address or nil pointer dereference #58

Open manish-bhardwaz opened 5 years ago

manish-bhardwaz commented 5 years ago

there's a bug in your code.

sheet1.Row(n) throws error if the nth row has no values, provided n <= sheet1.MaxRow

it there a fix to it yet?

klaus2Dancer commented 5 years ago

Also encountered such a problem