BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
carlos_jimenez
Fluorite | Level 6

All,

 

We use a large number of excel files provided by vendors that include their respective signature as shown below.  I was wondering if their is a way of getting that information out of the xlsx file.

 

Thanks.

 

carlos_m_jimenez_0-1634757854025.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

To complete @Reeza 's reply, 2 methods::

1- Read the xlsx file as a zip file and read the xml files inside, see https://blogs.sas.com/content/sasdummy/2015/05/11/using-filename-zip-to-unzip-and-read-data-files-in...

2- Write a vbs script that reads the xlsx file and run it from SAS

 

View solution in original post

3 REPLIES 3
Reeza
Super User
Yes and No.
Easily, not that I'm aware of.
However, an XLSX file is a zipped XML file, so you'll find it in the contents if you unzip it. You could probably also access it via VBS called from SAS.
ChrisNZ
Tourmaline | Level 20

To complete @Reeza 's reply, 2 methods::

1- Read the xlsx file as a zip file and read the xml files inside, see https://blogs.sas.com/content/sasdummy/2015/05/11/using-filename-zip-to-unzip-and-read-data-files-in...

2- Write a vbs script that reads the xlsx file and run it from SAS

 

carlos_jimenez
Fluorite | Level 6
I was able to obtain pieces of information useful in my process. Thank you!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 546 views
  • 5 likes
  • 3 in conversation