Read range excel modern activity

I don’t know why it do not work.

@amaia.aristeguii

Its sheet and also you gave only A …you have to give A1 or A1:B2 or A:A

Cheers

Hi,

Do you use C#? If so, the following will work. for example.

Excel.Sheet["Hoja1"].Range["A1"]

Regards,

image
using the datatable that previous one generates, i read using for each loop, but when i want to get the value of the cell numer ‘currentRow’ i can’t.

image

Hi,

Which column do you want to input?

Probably it should be as the following.

CurrentRow("ColumnName").ToString()

Regards,

i have a filter datatable with one column and unique.
so i want the value of each cell of the columns, so i choose for each row, but i can’t get the value.

one column datatable is call ‘imNumberID’

@amaia.aristeguii

If imNumberId is a datatable woth one column and if that is being looped

Then currentrow(0).Tostring will give the value

Cheers

not working

@amaia.aristeguii

Can you show your workflow…on what you did…that way we can give you exact details

Cheers

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