Outputting X Number of Files

Here's the gist of what I'm doing.

Reading in values from an Excel spreadsheet (I have this part down), and then outputting them into a number of Word Documents.

For example: Taking name, address, e-mail, phone information from the Excel spreadsheet, then outputting it into a formatted Word Document.

I know how to do all of this except for outputting X number of documents. I know how to and have it set up to output to a single document no problem, that's easy.

Any help appreciated, thanks.

I suppose it could also work to just have a page break between each section of information, if it's possible to do that from c++.
Last edited on
How do you read the Excel spreadsheet and how do you write the Word Document?
Topic archived. No new replies allowed.