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 invalidsheet_namewill be reported as a problem.headers: whether to use the first row as headers (default isDetect_Headers) for each sheet.return: how to return the tables. Defaults toAs_Merged_Tablemeaning the tables are merged into a single table.on_problems: how to handle problems during reading. Defaults toReport_Warning.