Help in creating Excel from XML
-
Hello, I have a scenirio where i have to create an excel that can replicate my web application. Let me explain the situation THis is a survey application.We will be getting the questions from DB and display them one at a time to the user. The answering mode can be anything like single line, mutichoice etcc..(Text box, Check box ). We dynamically create this in webpage. Now i need to distribute this survey offline.ie each question should come as a seperate excel sheet and it should replicate exactly how it is shown in web page. Any ideas ? kindly let me know
Thanks Laddie Kindly rate if the answer was helpful
-
Hello, I have a scenirio where i have to create an excel that can replicate my web application. Let me explain the situation THis is a survey application.We will be getting the questions from DB and display them one at a time to the user. The answering mode can be anything like single line, mutichoice etcc..(Text box, Check box ). We dynamically create this in webpage. Now i need to distribute this survey offline.ie each question should come as a seperate excel sheet and it should replicate exactly how it is shown in web page. Any ideas ? kindly let me know
Thanks Laddie Kindly rate if the answer was helpful
One option is to use VSTO (Visual Studio Tools for Office) and create an Excel Addin. Another option is to wrap Excel and use automation - either way, you've got some serious coding ahead of you.
Deja View - the feeling that you've seen this post before.
-
One option is to use VSTO (Visual Studio Tools for Office) and create an Excel Addin. Another option is to wrap Excel and use automation - either way, you've got some serious coding ahead of you.
Deja View - the feeling that you've seen this post before.
-
Hello, I have a scenirio where i have to create an excel that can replicate my web application. Let me explain the situation THis is a survey application.We will be getting the questions from DB and display them one at a time to the user. The answering mode can be anything like single line, mutichoice etcc..(Text box, Check box ). We dynamically create this in webpage. Now i need to distribute this survey offline.ie each question should come as a seperate excel sheet and it should replicate exactly how it is shown in web page. Any ideas ? kindly let me know
Thanks Laddie Kindly rate if the answer was helpful
I just thought of one more option. I have already created the code to dynamically generate the web content which i am using in web apps. Is there a possibility that i can create a mht file and get it opened in Excel as different sheets?. The excal can save multiple sheets as a single mht file. But how about the other way round ? Any ideas..Kindly let me know.
Thanks Laddie Kindly rate if the answer was helpful