output template using C#.NET

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
I have data table like below.

D(EmpNo) A(EmpName) H(Salary)

------------ --------------- -----------

AZ1001 Afsal $1000

BX20202 Karus $2000

CA2930 Rax $10000

...............

...............

How to update above values into particular excel columns.

For example, D(EmpNo) should be updated in "D12" of the Excel Template

A(empName) should be updated in "A12" of the excel template. like that others..

How to updated using reference and update in excel corresponding column in a template.

Continue reading...
 
Back
Top