I want to take data from one Excel Template (provided by a client) and then transform it into my own internal Excel Template.
I basically want to be able to write up a transformation (XSLT) that calls out field names from the client's Excel Template, and then imports the values into corresponding fields in my own template through some sort of mapping process.
Is there a way to do this? For instance, the client may have the following columns: first name last name address phone number
However,my template may only have first name last name phone number
I'd want the transformation to just automatically pull the values from the three corresponding fields in the client's Excel template.
Is this possible? If so, what kind of process flow am I looking at?
Note: By Excel template I just mean a well formatted Excel file with fields and cell values.