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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.