calamine icon indicating copy to clipboard operation
calamine copied to clipboard

Please add `RangeDeserializerBuilder::with_columns` and `Range::rows_with_columns`

Open lucatrv opened this issue 2 years ago • 2 comments

I have a spreadsheet without headers, and I would like to read some columns. Constructor RangeDeserializerBuilder::with_headers does not work in this case. It would be very useful to have a RangeDeserializerBuilder::with_columns constructor which works based on column indexes. Likewise there should be a Range::rows_with_columns constructor which gets a slice of column indexes.

lucatrv avatar May 22 '23 22:05 lucatrv

Any progress in this issue? This feature will be very useful when we want to extract a set of cells out of a complex sheet. It will also be useful to be able to set a table size. For example, let's say that I know, the table I want, lives in columns 3-10 but only after row 10 and up to row 20. Can the parser handle this case?

Dimkar3000 avatar Oct 24 '23 08:10 Dimkar3000

No progress on it so far sorry.

tafia avatar Oct 26 '23 09:10 tafia