C
chris
I'm generating a report on a web site based on user entered query
parameters.
Obviously, displaying it as a web page is dead easy.
Now, they want me to offer a "download as Word" option. (RTF would do
as well - There are no tables or other fancy things.)
I have no experience binding to Office apps. I'm pretty well a data-
structures and web controls guy.
Is this something I can learn in a week or should I outsource the
task?
So, I figure the problem steps are:
1. Open some sort of WordDocument object;
2. Add some sort of WordDomTreeNode iteratively,
3. Write to an output stream. // Or do I need to create a physical
file and offer a link?
4. Profit!
The problem is that I can't find any documentation on how to do this.
Does anyone have any experience with this sort of thing?
Is it even possible?
Any links to a good tutorial.
parameters.
Obviously, displaying it as a web page is dead easy.
Now, they want me to offer a "download as Word" option. (RTF would do
as well - There are no tables or other fancy things.)
I have no experience binding to Office apps. I'm pretty well a data-
structures and web controls guy.
Is this something I can learn in a week or should I outsource the
task?
So, I figure the problem steps are:
1. Open some sort of WordDocument object;
2. Add some sort of WordDomTreeNode iteratively,
3. Write to an output stream. // Or do I need to create a physical
file and offer a link?
4. Profit!
The problem is that I can't find any documentation on how to do this.
Does anyone have any experience with this sort of thing?
Is it even possible?
Any links to a good tutorial.