I want to read data from file input last rows in yellow highlight (column G - column AE)
And write in folder output follow date month data input (column B -Z).
@balupad14 Now, I can find last row.
but I want read column G- column AE in last row.
Guide me about it.
Hi @fairymemay
You can use read row activity,it will store all column values of a particular row.(output is datarow - dtRow variable)
After that use dtRow(6).tostring will give G column value of that row
Hi @fairymemay …
is this same query rised on another post we discussed…
@prasath_S If I want to write dtRow(0).tostring until dtRow(25).tostring
In excel column B- column Z (in row = rowData)
variable rowData as int = 5
Please guide me about it.
@fairymemay I will write a logic for this in sometime and update thanks…
@prasath_S Do you want me create a new topic or not?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.