Aim: To filter Project with 10 digit code.
What I have done:
- Read entire range from excel xlxs and save as Datatable.
- Verified the data table by writing into an excel.
- Filter “PROJECT” equals to “4000.00”. Filter works
- Filter “PROJECT” equal to “6077000000.00”. Filter return no result.