Excel Simple Write-3.520.1000
Required Input
- Output file path – a full path of the csv or Excel file (.xlsx only)
- Value(s) to be written
Optional Input
- Sheet name (.xlsx only)
- Cell range (for input)
Following formats can be used ---
A1:C30 Â Â Â Â for specific rage
A:C Â Â Â Â Â Â Â Â Â Â for multiple columns
1:30 Â Â Â Â Â Â Â Â Â for multiple rows
A Â Â Â Â Â Â Â Â Â Â Â Â Â Â one column
1 Â Â Â Â Â Â Â Â Â Â Â Â Â Â one row
- Cell ID to start writing from (for output)
Advanced Input
- Data only option (Good only with .xlsx when you want to read data (value) over formula)
- Encoding format of the input data (default is UTF-8)
Â
Return Value
- String        Full file path for the output file
- CSVÂ Â Â Â Â Â Â Â Â Â Â Full file path for the output file
- File           Full file path for the output file
Return Code
0Â Â Â Â Â Â Â Execution Successful
1Â Â Â Â Â Â Â Open Error (Input file not found or input sheet not found
9Â Â Â All other responses from the plugin
Parameter setting examples
Return Code
Code | Meaning |
---|---|
0 | Execution successful |
1 | File open error |
9 | Other failures |