How to check Excel file empty or not

How to check Excel file empty or not for all sheets

Thanks
shaik

HI @shaik.muktharvalli1

Check below threads:

Regards

Hey @shaik.muktharvalli1
Read excel File
and Add the if conditions

If Dt_Input.RowCount = 0 Then
Exit Sub
Else
’ Perform further actions
End

Cheers :upside_down_face:

Theres a count rows activity

but their different sheet names and unstructured headers.

screenshot for your reference:

Thanks
Shaik