Open manish-bhardwaz opened 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
sheet1.Row(n)
it there a fix to it yet?
Also encountered such a problem
there's a bug in your code.
sheet1.Row(n)
throws error if the nth row has no values, provided n <= sheet1.MaxRowit there a fix to it yet?