I have an Excel file we consider a template file. Currently, user downloads the file and then manually inputs data into the file column/row by row. What I would want to do however is save this template to a database, and then, on request, dynamically create an excel worksheet using this saved template, and then proceed to populate the columns and rows of the templated excel file with data from other database tables. the following are some of the questions I currently have --
How do I extract the schema for the template from the excel template file? How do I create an excel file using the extracted template information? How do I ensure that when I start to populate the created file with data, I start on the right row and column? How do I solve these please? Any good examples of how this could done, out there?
Also, where is the Microsoft Office SDK download site? I have been searching all day.