Skip to main content

read_excel_sheets

Function read_excel_sheets 

Source
pub fn read_excel_sheets(
    path: &Path,
    sheet_names: Option<&[String]>,
    options: &ExcelReadOptions,
) -> Result<BTreeMap<String, DataFrame>, IoError>