Retrive a file generated during runtime

Hi,

I have this project where I put a macro template in the Data\Input folder of my package. The macro generates a table on one on its worksheets. Now, I’ve run the process on testing environment and I am investigating on something that requires me to check that macro workbook. Is there any way I can retrieve it?

Thank you!

Hi @_pjflo

Do you need to check whether your excel macro workbook is available at the location or not?

No, I need to check the table generated by the macro and is written on one of its worksheets

You can read any cell of the table from
the excel worksheet and check whether data exists within that cell or not. If it exist s, it means table has been created else not.

@_pjflo

On your test machine…check inside this folder for the package C:\Users\{Username}\.nuget\packages\

Cheers

1 Like

Hi @_pjflo,

Check here:

C:\Users{Username}.nuget\packages{PackageName}{Version}\lib\net45\Data\Input

Hope it helps.

1 Like

Hi! This works! Thank you so much!

1 Like

Thanks for your help! I appreciate it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.