Skip to main content

Write CSV

Excel·v1.11.1
ExcelWritingWrites files

Write a sheet out as a .csv file. Formulas are written as their answers, since a CSV has nowhere to put a formula

Inputs

NameTypeRequiredDefaultDescription
Excel Instance
excelInstance
variableRequired
Sheet Name
sheetName
stringOptionalLeave empty for the first sheet
CSV File Path
filePath
fileRequiredThe .csv file to write
Delimiter
delimiter
stringOptional,Use a tab character for a .tsv file

Compatibility

WindowsLinuxAttendedUnattended

Related activities