otld.utils.openpyxl_utils.add_table¶
- otld.utils.openpyxl_utils.add_table(ws: Worksheet, displayName: str, ref: str)¶
Add an Excel table to a worksheet.
- Args:
ws (Worksheet): Worksheet to add table to. displayName (str): Name of the table. ref (str): Range of cells to convert to a table.