otld.utils.openpyxl_utils.export_workbook

otld.utils.openpyxl_utils.export_workbook(frames: dict, path: str, drop: list[str] = [], format_options: dict = {}, footnotes: dict[list[list]] = {})

Export a dictionary of data frames as an Excel Workbook.

Args:

frames (dict): A dictionary of pandas DataFrames. path (str): The path at which to output the Excel workbook. drop (list[str], optional): List of columns to drop from the data frames. Defaults to [].