Hi, I have a filtered data table from excel. I need to input data to the particular cell of rows in excel sheet using the filtered data table. Can I get an idea for this!!?
Ex: Datable is [Name,EmpID,Email,Period,Salary,Status
Bharath,QI017,bharath.s@gmail.com,Feb 2018,1000000
Jason,QI999,bharath@gmail.com,Mar 2018,600000
Khasim,QI014,Kashim.p@gmail.com,Feb 2018,10000
]
I need to write on a cell of only these 3 rows of all the rows available in excel sheet. Please help me.