Skip to main content

Convert CSV to Excel

Excel·v1.11.1
ExcelWorkbookWrites files

Turn a .csv file into a .xlsx workbook. Quantities become numbers so they will sum, and reference numbers keep their leading zeros

Inputs

NameTypeRequiredDefaultDescription
CSV File Path
csvPath
fileRequired
Excel File Path
excelPath
fileRequiredThe .xlsx file to create
Sheet Name
sheetName
stringOptionalSheet1
First Row Is Headings
hasHeaders
booleanOptionaltrue
Delimiter
delimiter
stringOptional,
Output Variable
outputVariable
variableOptionalExcelFilePath

Output

$outputVariableString

The path of the workbook that was created

Compatibility

WindowsLinuxAttendedUnattended

Related activities