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;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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