Dear All,
There is an C# Application, which use Interop to generate EXCEL and Upload it to Sharepoint Document Library List and update field in document library list with EXCEL Value
The client don't want to use interop for creating/update EXCEL, since MS Office required on App server, so asked to use EPPlus.
When change from interop to EPPlus(ie third party) everything works. It Update EXCEL template with required Value and upload it to SP Document Library List, except Sharepoint List Field is not updated with EXCEL value. There is no code in C# to update those field.
I don't find any mapping code betwen EXCEL and SP List I found code for uploading it to SP List but I don't know how it is updating field with EXCEL Value.
I made changes only in updating EXCEL. But with EPPlus, it doesnot update EXCEL value.
Can any one help me. Appreciate your valuable suggestion/guidelines.
Thanks Palanivelrajan