Part 1:
I have a word document that is already formatted the way I intend to keep it. Then I use a .csv file to fill in data in that word document. How can I write a script in a web app to convert that .csv -> .xml or .xsl or whichever langauge it needs so that I can just use template variables to autofill the word doc?
Part 2:
How do I keep the formatting of the word doc consistent? Can I just use that template file I already have saved or do I need to convert that to a lower level as well?