BookmarkSubscribeRSS Feed
JackHamilton
Lapis Lazuli | Level 10
I'm using the ExcelXP tagset, version (SAS 9.1.3, v1.86, 04/15/08)
.
I am creating a workbook with several tabs.

The first tab has only one column, and I set the width with the ABSOLUTE_COLUMN_WIDTH tagset option. This works.

For all the subsequent tabs, I want the first column to be a particular width, but all of the remaining columns to have their widths automatically calculated by the tagset. Is there a way to specify that?

Also, is there a simple formula for converting the column width shown in Excel (after I autofit the columns) to the width value needed by the tagset?
1 REPLY 1
Eric_SAS
SAS Employee
You can use a style over ride to set the cell width for that column.

define var1 /style={cellwidth='12pt'};

Excel uses points so you should be able to use the size directly without any
conversion.

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