pub fn open_workbook_auto<P>(path: P) -> Result<Sheets<BufReader<File>>, Error>where P: AsRef<Path>,
Opens a workbook and define the file type at runtime.
Whenever possible use the statically known open_workbook function instead
open_workbook