Hello
How to import .xlsx file with multiple sheets using infile input statement.
Please help me with this.
Kafeel
Save the sheets each as .csv, then you can use infile/input.
.XLSX can only be used with proc import or libname.
I agree with you.
Is there any way we could import without using proc import or libname.
Kafeel
Read my post. Save to a textual format that is compatible with text input, and you can use a data step with infile/input.
DDE skill, but that is too very old . I wouldn't suggest it .
Why are you trying to do this?
Just to know all possible ways to import.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.