BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jshaik
Calcite | Level 5

Hi All,

I came across a requirement where orientation of the columns in the excel report should be -90 degrees.I was wondering if there is an option in proc report (I am using ODS and MSOFFICE2k tagset) for that.Below screenshot might help you in understanding what I am referring to.

Thanks in advance.vertical.bmp

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi:

  I believe that the MSOFFICE2K_X tagset (NOT MSOFFICE2K) offers you a sub-option to rotate the column headers. It is not something that happens within PROC REPORT...you specify rotated headers in a sub-option like this:

  ods tagsets.msoffice2k_x file="c:\temp\rotate.xls" style=normal

      options( rotate_headers="45"

               height="60"  );

  For information about using TAGSETS.MSOFFICE2K_X and to download the newest tagset template, visit this web site. The information shows how to ask for rotated headers.

http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html#intro

http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html#rotate

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
SAS Super FREQ

Hi:

  I believe that the MSOFFICE2K_X tagset (NOT MSOFFICE2K) offers you a sub-option to rotate the column headers. It is not something that happens within PROC REPORT...you specify rotated headers in a sub-option like this:

  ods tagsets.msoffice2k_x file="c:\temp\rotate.xls" style=normal

      options( rotate_headers="45"

               height="60"  );

  For information about using TAGSETS.MSOFFICE2K_X and to download the newest tagset template, visit this web site. The information shows how to ask for rotated headers.

http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html#intro

http://support.sas.com/rnd/base/ods/odsmarkup/msoffice2k/index.html#rotate

cynthia

jshaik
Calcite | Level 5

Thanks a lot Cynthia.It worked.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1785 views
  • 0 likes
  • 2 in conversation