Tool to create a new Excel workbook file at a specified drive path. Generates a new .xlsx file with specified worksheets and data, then uploads it to OneDrive.
pathRequiredstringPath including folder structure and file name, ending with .xlsx, e.g., 'Documents/newWorkbook.xlsx'
drive_idstringID of the drive (use 'me' for the user's default drive)
worksheet_dataobjectData to populate worksheets. Dict mapping worksheet names to lists of rows (each row is a list of cell values). Example: {'Sheet1': [['Name', 'Points'], ['LeBron', 40000], ['Jordan', 32292]]}
worksheet_namesarrayList of worksheet names to create in the workbook. If not provided, a single worksheet named 'Sheet1' will be created.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.