Skip to contents

Creates an Excel sheet with styled cells based on the data provided.

Usage

createStyledExcelSheet(data, filePath, sheetName = "Side Effects")

Arguments

data

DataFrame to be written to the Excel sheet.

filePath

Character, path where the Excel file will be saved.

sheetName

Character, name of the sheet within the Excel file.