Skip to main content

Excel_Workbook.read_many

read_manysheet_namesheadersreturnon_problems

Group: Input

Documentation

Reads one or more sheets into a Table.

Arguments

  • sheet_names: the names of sheets, ranges or addresses to read. Defaults to all sheets. An invalid sheet_name will be reported as a problem.
  • headers: whether to use the first row as headers (default is Detect_Headers) for each sheet.
  • return: how to return the tables. Defaults to Merged_Table meaning the tables are merged into a single table.
  • on_problems: how to handle problems during reading. Defaults to Report_Warning.