otld.utils.pandas_utils.dict_to_excel¶
- otld.utils.pandas_utils.dict_to_excel(dictionary: dict, path: str, **kwargs) None ¶
Convert a dictionary of dictionaries to an Excel workbook
- Args:
dictionary (dict): A dictionary containing dictionaries. The key will become the name of the tab. path (str): The path to the Excel file.