Error: Object reference not set to an instance of an object

hlo
while i was filtering the excel data through some conditionds into another excel file it showing the error .
Error: Object reference not set to an instance of an object.

and also using data scrapping tool i am not able to scrape the particular text i want.

Hi @Krish_Na,

Make sure did you created object for the data table first.
DataTable dt=new DataTable()

Regards,
Arivu