Skip to main content

read_excel

Function read_excel 

Source
pub fn read_excel(
    path: &Path,
    options: &ExcelReadOptions,
) -> Result<DataFrame, IoError>
Expand description

Read an Excel (.xlsx/.xls/.xlsb/.ods) file into a DataFrame.

Matches pd.read_excel(path) for basic usage.