Skip to content

Commit

Permalink
Merge pull request #414 from lucatrv/docs_worksheet_range_ref
Browse files Browse the repository at this point in the history
docs: add note for `Xlsx::worksheet_range_ref`
  • Loading branch information
tafia authored Mar 8, 2024
2 parents 70facea + 9c96e5e commit 9a66d53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/xlsx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,10 @@ impl<RS: Read + Seek> Xlsx<RS> {
XlsxCellReader::new(xml, strings, formats, is_1904)
}

/// Get worksheet range where shared string values are only borrowed
/// Get worksheet range where shared string values are only borrowed.
///
/// This is implemented only for [`calamine::Xlsx`], as Xls and Ods formats
/// do not support lazy iteration.
pub fn worksheet_range_ref<'a>(
&'a mut self,
name: &str,
Expand Down

0 comments on commit 9a66d53

Please sign in to comment.