calamine icon indicating copy to clipboard operation
calamine copied to clipboard

Please considering adding a `calamine::Range::into_rows` method

Open hronro opened this issue 5 years ago • 0 comments

Currently calamine::Range::rows won't take the ownership of the range, which make it difficult to create a range local variable and returns rows in a function. So please considering adding a new IntoRows struct that takes the ownership of range or something like that.

hronro avatar Jun 13 '20 17:06 hronro