Function calamine::open_workbook

source ·
pub fn open_workbook<R, P>(path: P) -> Result<R, R::Error>where
    R: Reader<RS = BufReader<File>>,
    P: AsRef<Path>,
Expand description

Convenient function to open a file with a BufReader