I wanted to insert an objects into excel file using c# code.
Scenario is like:
Folder 1 : Contains below file
1. Abc_input.txt
2. Xyz_input.txt
Folder 2 : Contains Below file
1. Abc_output.txt
2. Xyz_output.txt
And the excel should looks like
File Mask | Input | Output |
Abc | Abc_input.txt | Abc_output.txt |
Xyz | Xyz_input.txt | Xyz_output.txt |
Input and output data will be file objects from above folder.
Please advice on this structure.
Thanks in advance.
Regards,
Sagar