Transforming dataset to spreasheet xml for excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I tried ou
http://support.microsoft.com/default.aspx?scid=kb;en-us;319180&Product=as
I am using framework 1.1 but it was showing error for the following line in SendResults functio
xslTran.Transform(xmlDoc, Nothing, context.Response.OutputStream
So I changed it to xslTran.Transform(xmlDoc, Nothing, context.Response.OutputStream, Nothing
It is opening in excel but with a junk value.
What could be the problem
Any help is welcom
Regard
Satis
 
Hi Satish,

Did you already tried what dataset.writeXML(path) does for you, that writes
direct a XML file from a Dataset.

Cor
 
Hi Cor
I did try that. But I need to format the excel sheet. For example, I would like write sheet name
So as the suggest example in the microsoft site , I am trying the same

Regard
Satish
 
Hi Satish,

I do not know, however there are answers in the dotnet newsgroups, you can
check this I get the idea there is something for you there

http://tinyurl.com/2nvbg

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top