2
Answers

Inserting object into excel using c#

Sagar Kakde

Sagar Kakde

9y
718
1

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 MaskInput Output 
Abc Abc_input.txt Abc_output.txt 
 XyzXyz_input.txtXyz_output.txt 
Input and output data will be file objects from above folder.
 
Please advice on this structure.
 
Thanks in advance.
 
Regards,
Sagar 

Answers (2)