Hey, the Filter property from Save Mail Attachment will filter on which attachments should be saved. The filter should be in RegEx format. For your scenario, you can use “.xlsx” filter.
If you want to download only Excel files, use this in the Filter property of the Save Attachment Activity.
".*(.xlsx|.XLSX|.xls|.xls)"
It will download only excel file.