cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to extract worksheet Descriptions within BPC

Former Member
0 Likes
335

Hi All,

I have a question, I would like to know is there any other method besides doing it manual, to extract worksheet descriptions?

I have logged on SAP GUI, used UJFS to download the files needed, I have then unzipped the files, allowing full access to all files downloaded.

what I'm trying to achieve is to document the list.

for example of one workbook, there are 5 worksheets, and each worksheet has its own descriptions,

I need to document that onto one spreadsheet..

it basically needs to look like the image below.

Thank You,

Chantal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Hi Chantal,

If you have done:

"I have logged on SAP GUI, used UJFS to download the files needed, I have then unzipped the files, allowing full access to all files downloaded."

Then create in some Excel file VBA script to loop the files in the download folder and get the required info. You need to know VBA!

Vadim

Former Member
0 Likes

Hi Vadim,

Thank You for your help.

I understand what you mean.

Kind Regards:

Chantal

former_member186338
Active Contributor
0 Likes

If the answer is clear then close the discussion!

Former Member
0 Likes

just one more thing, is there any other way besides using VBA to extract the worksheet descriptions?

Thank You,

Chantal

former_member186338
Active Contributor
0 Likes

There is no other practical way besides VBA! You can try to search for open source PHP library to work with Excel files but it's not very reliable...