Skip to content

Commit

Permalink
docs: add note for Xlsx::worksheet_range_ref
Browse files Browse the repository at this point in the history
Closes #383
  • Loading branch information
lucatrv committed Mar 1, 2024
1 parent e53b0cb commit 9c96e5e
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 9c96e5e

Please sign in to comment.