tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Please add `worksheet_range_ref` for `calamine::Xls` and `calamine::Ods` #383

Closed lucatrv closed 4 months ago

lucatrv commented 6 months ago

As in subject, release 0.23.0 added worksheet_range_ref for calamine::Xlsx but not for calamine::Xls and calamine::Ods.

dimastbk commented 6 months ago

Xls/Ods don't support lazy iteration, see https://github.com/tafia/calamine/pull/370#issuecomment-1789074220

lucatrv commented 6 months ago

Thanks for the info, I didn't know. Maybe I should keep this issue open because it would be useful to document this, for instance here.