This example shows only START_AT= option used only for one range in one excel work sheet,
I want to use multiple tables horizontally in one single work sheets,please help me on getting this.
ods excel file="c:\temp.xlsx" options(start_at="3,3"frozen_headers="5"frozen_rowheaders="3"autofilter="1-5"sheet_name="Sales Report"row_repeat="2"embedded_titles="yes");
proc print data=sashelp.orsales;
title "Sales Report for the Year 1999";
run;
ods excel close;
Attached sample format.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.