Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Editing single sheet of an excel

Former Member
0 Kudos

Hi Experts,

I have requirement where i need to edit single sheet in excel.

Let us take an example, we have excel by name 'WEEK' and stored in predefined path.

The "WEEK" excel have multiple sheets called 'MONDAY', 'TUESDAY' and 'WEDNESDAY'. where as 'TUESDAY' and 'WEDNESDAY' has a predefined pivot table. Every time when I run a report the output should download only in 'MONDAY' Sheet , where as 'TUESDAY' and 'WEDNESDAY' should not be altered.

I tried transformation techinque but its affecting the 'TUESDAY' and 'WEDNESDAY' sheet as well.

Please suggest.

Thanks,

Naveen

1 ACCEPTED SOLUTION

Jelena
Active Contributor
0 Kudos

Google -> 'Excel single sheet site:sap.com' finds over 6000 posts. Were none of them helpful?

3 REPLIES 3

Juwin
Active Contributor
0 Kudos

Can you change the Pivot table to take data from an external workbook? If yes, create output from program into that external workbook. So, the workbook containing pivot table will never be touched.

Thanks,

Juwin

Former Member
0 Kudos

HI Juwin,

Thanks for your feedback.

If we move pivot table to different workbook and try to download an internal table to other workbook then it would be a Gui_download.

But requirement here is, based on output in Monday sheet,we will have certain calculation in other 2 sheets which are predefined formula or pivot table and store in particular path. The main objective here is to reduce/remove manual work of defining formula each and every time after downloading the output.

Please advice.

Thanks,

Naveen

Jelena
Active Contributor
0 Kudos

Google -> 'Excel single sheet site:sap.com' finds over 6000 posts. Were none of them helpful?