BookmarkSubscribeRSS Feed
AlexeyS
Pyrite | Level 9

Hi All,

I have two questions :

1. When i use ods excel to export excel, i want to update the height of rows. I tried two methods : absolute_row_height and row_heights. In both, i get the same result, The rows that comes directly after the data are different than the height i fixed. For example, if my data contains 100 rows, and i used absolute_row_height ='16' then the first 100 rows height will be 14.25 and the rows after the first 100, will be different.

How can i fix the the height of row for all rows in excel? 

2. Because i live in Israel, when i export to excel using ods excel, i get my data is from right to left. How can i change the data to left to right?

 

Thank you,

Alexey

4 REPLIES 4
Ksharp
Super User
Try "zoom" option.

ods excel file='c:\temp\temp.xlsx' options(zoom='200');
proc report data=sashelp.class nowd;
run;
ods excel close;
AlexeyS
Pyrite | Level 9
Excuse me, but it doens't help, because still when i have the data, the row height is defined as i determined, but from the row where no data, the row height is different. How can i define row height is equal for worksheet?
Ksharp
Super User

Maybe @Cynthia_sas know the answer ?

Ksharp
Super User
Try "zoom" option.

ods excel file='c:\temp\temp.xlsx' options(zoom='200');
proc report data=sashelp.class nowd;
run;
ods excel close;

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 4 replies
  • 2106 views
  • 0 likes
  • 2 in conversation