Create new excel document with asp.net from a template

1

I have to fill out a report in excel in which they ask for my name and ask some questions in which I must qualify from 1 to 5 my experience as a user, but I can not modify the original file so I have to create a new document excel from the document that is already done and modify it, but I have not the slightest idea how to do it, I already searched in google but I only find ways to do it by modifying the original file, or creating a new blank document, but nothing similar to what I need. Could you help me by giving me ideas of how I can achieve that?

    
asked by Azael Oary López 12.04.2017 в 12:18
source

1 answer

1

If you already know how to edit an Excel document, you can create a copy from the original document and modify that copy.

Look at this link, it will serve as an example:

link

    
answered by 12.04.2017 в 12:25