BookmarkSubscribeRSS Feed
bilardi
Calcite | Level 5

    I am using the EXCEL tagsets and I have this piece of code in my proc report;

call define(_row_, 'style', 'style = [background=gray]'

I know this change the background color to gray.

How can I modify that to change the TOP BORDERS only

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

  If you wanted RTF, you could just use bordertopstyle, bordertopwidth, bordertopcolor attributes in the PROC REPORT code. But for TAGSETS.EXCELXP, Excel doesn't always use those overrides. Information in the STYLE template gets written to the correct place in the XML generated by the tagset template.

  There's a paper by Eric Gebhart that shows altering the interior table lines and rules and borders for TAGSETS.EXCELXP. Here's the link:

http://www2.sas.com/proceedings/forum2008/036-2008.pdf  look at the last example on page 19 and then work to there from the beginning and try to understand each example.

 

cynthia

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

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
  • 1 reply
  • 1178 views
  • 0 likes
  • 2 in conversation