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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 3 replies
  • 976 views
  • 5 likes
  • 3 in conversation