Use this excel command to convert the column number to the column letter in the active excel sheet of the open excel file.
Syntax
*Convert Col No to Letter (col_no) = columnLetter*
Sample
*1. Convert Col No to Letter (7) = G*
*2. Convert Col No to Letter (26) = AA*
If the value needs to be passed to the next application / node, then
*Step1 : An output variable, 'output_variable' has to be defined*
*Step2 : At Edit UI Window, Convert Col No to Letter (7) = output_variable*
If the value needs to be used locally within the node, then
*Step1: At Edit UI window, a local variable, 'local_variable' has to be defined.*
*Step2. Convert Col No to Letter (26) = local_variable*
**Note** : The above logic is same for input variables as well, in this case 7 / 26.
Parameter Details
Input Parameter Name |
Description |
col_no (required) |
Column number of the active excel sheet |