pub fn open_workbook_from_rs<R, RS>(rs: RS) -> Result<R, R::Error>
where RS: Read + Seek, R: Reader<RS>,
Expand description

Convenient function to open a file with a BufReader