atomica.excel.read_tables

atomica.excel.read_tables(worksheet)[source]

Read tables from sheet

Parameters:

worksheet – An openpyxl worksheet

Return type:

Tuple[list, list]

Returns:

A tuple containing - A list of tables (which is a list of rows, terminated by an empty row in the original spreadsheet), and a list of start row indices for each table read in