ingest_excel_workbook_from_path

Function ingest_excel_workbook_from_path 

Source
pub fn ingest_excel_workbook_from_path(
    _path: impl AsRef<Path>,
    _sheet_names: Option<&[&str]>,
    _schema: &Schema,
) -> IngestionResult<DataSet>