Skip to main content

read_range

Function read_range 

Source
pub fn read_range(
    sheet: &Worksheet,
    start_row: u32,
    start_col: u32,
    end_row: u32,
    end_col: u32,
) -> RangeData
Expand description

Read a rectangular range of cells.