Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ods tagsets.excelxp file="C:\reports\xxxx.xls"
options(absolute_column_width='32,10,10,10,8,8,8,8,8,8,8,8,8,8'
row_repeat='header'
embedded_titles='yes'
frozen_headers='yes'
scale='100'
orientation='landscape'
sheet_name='Report'
)
style=styles.<mystylesheet>
;
proc report....
....
run;
ods tagsets.excelxp close;