I have a template/format in excel which has to be used to generate salary slips. I have saved it in a document library and using interop, open an instance of it in a workbook programmatically. After I populate it with elements I retrieve from a list, I have to save it as a file in another document library. How do I do it?
I am trying to implement it in an autohosted app.