Applying filters

To apply filters to the destination file, use the following code:

ODS Tagsets.Excelxp File='/folders/myfolders/Filters.xls' Style=statistical
Options (Autofilter='all');
Proc Print Data=Class;
Run;
Ods Tagsets.Excelxp Close;

This produces the following file: