BookmarkSubscribeRSS Feed
sivastat08
Pyrite | Level 9

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.

 

2 REPLIES 2
Reeza
Super User
Unfortunately that's not possible within the same sheet at the moment :(. Hopefully soon!
sivastat08
Pyrite | Level 9
Thank you for your response,If you get the answer please let us know.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1296 views
  • 1 like
  • 2 in conversation