Get Row Values

From OCR output I’m getting multiple xlsx file in with same header name. Now I need to get the data to enter on ERP. Always I’ll have 1 row of data.
image

I tired with Read Cell, for each row row.item(“ComumnName”).tostring but not able to to get the value.

If any one can help.

DO this:

invNo = row(0).tostring
invDt = row(1).tostring
coNm= row(2).tostring

Will work.

1 Like

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