Excel To Csv
Converts an Excel File into a CSV File
Description
Converts an Excel File into a CSV File
Inputs
- source (File): Excel Source File
- separator (String): Separator, defaults to ","
- **sheet name ** (String): Name of the sheet, defaults to "Sheet1"
- range (String): A specific range within the Excel sheet to read from. If not specified, the entire sheet is processed.
Ex.: 'A1:F4'
Outputs
- result (File): CSV File
- Error Flow (Error Flow): Error Flow