Excel Simple Read-3.419.1057
Required Input
- The source file either .csv or .xlsx
Optional Input
- Sheet name (.xlsx only)
- Cell range
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
Advanced Input
- Data only option (Good only with .xlsx when you want to read data (value) over formula)
Â
Return Value
- String        Value or formula that was read from the source file
- CSVÂ Â Â Â Â Â Â Â Â Â Â Value or formula that was read from the source file
- File           Value or formula that was read from the source 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
Â
xlsx file usage output String
csv file usage output String
 xlsx file usage output CSV
 csv file usage output CSV
 data only usage output String
Return Code
Code | Meaning |
---|---|
0 | Execution successful |
1 | File open failure |
9 | Other failures |