Hi Team, I am trying to create library with XLSX engine & the library is creating successfully with XLSX Engine, however no XLSX file imported in the XLSX library. Please find below the code: 1) libname EXCELP XLSX '/home/snsharma89300/CertificationP/EXCELP.XLSX'; (underline is path of my sas studio library where i saved all xlsx files. ) below is log: 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 70 71 libname EXCELP XLSX '/home/snsharma89300/CertificationP/EXCELP.XLSX'; NOTE: Libref EXCELP was successfully assigned as follows: Engine: XLSX Physical Name: /home/snsharma89300/CertificationP/EXCELP.XLSX 72 run; 73 74 proc contents data= EXCELP._All_; 75 run; WARNING: No matching members in directory.
... View more