BookmarkSubscribeRSS Feed
qkaiwei
Calcite | Level 5
I find ods tagsets.excelXP statement can't support xlsx as file extension, or the output file can't be opened correctly.
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
ODS TAGSETS.EXCELXP creates Excel 2002/2003 Spreadsheet Markup Language XML files -- this conforms to an XML standard that existed -before- the newest Office 2007 XML standard.

You cannot create .XLSX files using ODS TAGSETS.EXCELXP. An XLSX file is actually a zip archive of a set of related files -- all of which taken together make up a workbook/worksheet definition in Office 2007 XML. This is a different standard than the 2003 standard.

The only way to create XLSX files for Office 2007 is to use the SAS Excel Libname engine (or other methods) as described in this Tech Support note:
http://support.sas.com/kb/32/455.html

cynthia

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
  • 1 reply
  • 8675 views
  • 2 likes
  • 2 in conversation