open_workbook

Function open_workbook 

Source
pub fn open_workbook<P: AsRef<Path>>(
    path: P,
    enable_lazy_loading: bool,
) -> Result<Workbook>