BookmarkSubscribeRSS Feed
GeorgeSAS
Lapis Lazuli | Level 10

Hello All,

 

I want to use proc export in base SAS to generate excel file from SAS dataset.

 

Is that possible I can generate an excel file with cell function in it from SAS. such as  a cell with function "=SUM(A1:A8)"   ?

 

all that need be done in SAS.

 

Thanks!

1 REPLY 1
RW9
Diamond | Level 26 RW9
Diamond | Level 26

You can apply tagattr statements to things, for not only formats but to apply formulas:

style={tagattr='format:Currency formula:RC[-1]-RC[-2]'};

Taken from this page:

https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html 

 

I would however ask why, SAS can do any of the functionality of Excel so why not jsut do it in SAS and export it.  If you using Excel as a tool to do other things, then use Excel to build the tool, and pull in output CSV which is exported by SAS.  Don't try to drive one application with another, just pass data between them.

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