Function calamine::open_workbook[][src]

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

Convenient function to open a file with a BufReader