Extract some particular data from Excel

Hi,

How to extract some particular row data from excel file?

Thanks…

@Riya_Sharma

You mean to get the Item in a particular Column from the fixed row?

If so then you can try as

Dt.Rows(RowNumber).Item(“ColumnName”).ToString

Hope this may help you

Thanks

1 Like