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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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