Sagar Kakde

Sagar Kakde

  • NA
  • 44
  • 985

Inserting object into excel using c#

Jul 18 2014 12:15 PM

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)