Hi all, I know the ODS Excel destination allows for native .XLSX files, but is there a way to generate older .XLS files using ODS Excel?
I am working with an old system/application that only allows for XLS files. I know there is proc export and other options to output as an .XLS however I need the functionality of ODS to get the formatted output I'm looking for. Also I don't want to tagsets - I have a macro that uses DDE to open the .xml file and save it as a true .xls file, however this is not reliable in a batch environment. Hoping there is an argument/parameter I'm not familiar with when using ODS Excel.
Thanks!
AA
I don't think you can do this and I doubt that SAS will spend any time developing something to produce an old (and proprietary) format.
I don't think you can do this and I doubt that SAS will spend any time developing something to produce an old (and proprietary) format.
ODS EXCEL can only create XLSX files. The XLS format is completely different, and needs (at least in the case of SAS) MS-supplied, Windows-only modules to create/access them.
Up to the introduction of ODS EXCEL, ODS TAGSETS.EXCELXP was the way to go.
An application that has not been maintained for decades (XLSX was introduced in 2007) may not be dead yet, but it sure smells funny.
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!
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.
Ready to level-up your skills? Choose your own adventure.