Hi All,
i have excel file which i am filtering using linq query after reading it,and after that i am trying write back in same sheet but it is writting those also which is not required for me(means filter is not working).
Thanks in advance
Rakesh
Hi All,
i have excel file which i am filtering using linq query after reading it,and after that i am trying write back in same sheet but it is writting those also which is not required for me(means filter is not working).
Thanks in advance
Rakesh
can you check it by writing it in other sheet or
can you share your filter linq
cheers
can you try with this
DT.Asenumerable.where(function(x) x(“Vendor status”).tostring<>“inactive”).copytodatatable
cheers