Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Add Work Sheet

Prev Next

Step Details

Introduced in Version3.0.0
Last Modified in Version8.0.0
LocationData > Excel and CSV

The Add Work Sheet step is used to insert a new worksheet to an Excel file type. The step requires an excel file and a name as its input. 

Optionally, the worksheet can be inserted at a specified index for the excel file. If no index is defined, the step will default to adding the worksheet at the latest index value. 


Properties

Inputs

PropertyDescriptionData Type
Add At IndexInteger value which defines what position to add the new worksheet atInt32
File TypeA dropdown input which determines how the step will execute based on the file typeCsvFileType
InputThe inputted Excel file.FileData
Work Sheet NameA string field used to define a name for the worksheet.String

Outputs

PropertyDescriptionData Type
OutputOutputs a FileData object that represents the excel file with the added worksheet. This object can be accessed and used as inputs to other Flow steps.FileData



Related Information

Forum Posts:

Training Video:
Dynamic Excel Creation