pub fn open_workbook_auto<P: AsRef<Path>>(path: P) -> Result<Sheets, Error>
Expand description

Opens a workbook and define the file type at runtime.

Whenever possible use the statically known open_workbook function instead