Use of Column Position instead of Column Name on EXCEL

I want to use the index of the column instead of the column name. How can I perform it?

@Tanzill_Ahsan - Use the read the value based on column name or index. "row(“ColumnName).tostring” or “row(0).tostring”.

Happy Learning :slightly_smiling_face:

1 Like

@Tanzill_Ahsan
you can directly give index to fetch column/rows value.
for ex:

thank you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.