miscset.io.read_xl

miscset.io.read_xl(path, *args, **kwargs)[source]

Read an EXCEL table.

Import tables in EXCEL format.

Parameters
  • path (str) – File path.

  • args – Arguments passed to pandas.read_excel.

  • kwargs – Arguments passed to pandas.read_excel.

Returns

A table containing the values read from the file’s selected sheet.

Return type

DataFrame