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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.