Setting filering on the xlsx file but with no excel uipath

Hi, I was wondering if it is possible to set a filtering option on the table in .xlsx file but without excel application installed in the machine?

@Mariusz_Cichy

Use Read Range activity from Workbook

Use Filter Datatable and to write back you can use Write Range->Workbook

so it will not required any Excel application install

above activities will work without excel application installed also same as excelapplication scope operations

Hope this helps you

Thanks