Module functions.metatables.excel
Functions
def create_excel_workbook(output_path: str, temp_data: dict, df: pandas.core.frame.DataFrame, export_df: bool, gfs_config_name: str = 'gfs-config')
-
Exports the gfs-config excel file.
Args
output_path
:str
- The path to the output folder.
temp_data
:dict
- A dictionary containing the temporary data. This is the meta data before the export.
df
:pd.DataFrame
- The DataFrame.
export_df
:bool
- Whether the DataFrame should be exported or not.