sxl icon indicating copy to clipboard operation
sxl copied to clipboard

Trying to only return 1 row from 'rows' returns list of list, but should probably return just a list.

Open ktr opened this issue 5 years ago • 4 comments

I think when you try to grab 1 row (e.g., ''ws.rows[1]'' to grab the 1st row of a worksheet), it should simply return that row.

ktr avatar Oct 12 '18 16:10 ktr