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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1148 views
  • 0 likes
  • 2 in conversation