PROC IMPORT OUT= WORK.yourdata
DATAFILE= "C:\yourfile.xls"
DBMS=EXCEL REPLACE;
SHEET="sheetname$";
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;
[/code/
Not sure about importing the actual pivot table report. However, if you have the raw data in SAS you should be able to recreate the same report in SAS.