Hello community!
I have 2 excel file let say A.xls and b.xlsx
I have extracted specific column with values from A.xls file using this code filteredAFile=dt_A.defaultview.ToTable(False,“My Specific Column Name”)
Know when iam using excel activity like for each row and add data row it is taking a long time to paste let say it is taking 5 to 6 min
Is there any linq method to paste my extracted column to b.xlsx file under a column name which is named PO Description.