Skip to main content

Append Data to Sheet

Excel·v1.11.1
ExcelWritingWrites files

Add many rows to the end of a sheet in one step. Use Add Row to Sheet for a single row

Inputs

NameTypeRequiredDefaultDescription
Excel Instance
excelInstance
variableRequired
Sheet Name
sheetName
stringOptionalLeave empty for the first sheet
Data
data
expressionRequiredA table from Read Excel or Read CSV, or a list of rows
Write Headings First
includeHeaders
booleanOptionalfalseOnly used when the sheet is empty

Compatibility

WindowsLinuxAttendedUnattended

Related activities