ingest_excel_from_path

Function ingest_excel_from_path 

Source
pub fn ingest_excel_from_path(
    _path: impl AsRef<Path>,
    _sheet_name: Option<&str>,
    _schema: &Schema,
) -> IngestionResult<DataSet>