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.

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.
Luis261980
(Luis Nunes)
2
DO this:
invNo = row(0).tostring
invDt = row(1).tostring
coNm= row(2).tostring
Will work.
1 Like
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.