New to Excel programming. There is so much stuff like LinqToExcel, excellibrary.dll, Microsoft.Interop, that I am confused on where and how to start, and what to choose.
Here is what I need to do
1. Open an excel sheet for the user on a button click that is of the template
Code Name AL CL SL ML
--------------------------
eo1 abc
e02 def
The code & name are already in database. The other columns are leave types, also stored in one table.
2. The user will fill the no. of days and upload it. (Uploading and taking it to a DataTable, thankfully, I'm aware).
3. Transpose that datatable like this and save to DB
code leavetype days
--------------------
eo1 al 2
eo1 cl 3
eo2 sl 4
I'm not asking for answers/code, but , Could someone guide me with the logical approach,tools/pointers for the tasks 1 ,3 so that I can fight from here.