Re: excel to xml
- From: "sloan" <sloan@xxxxxxxxx>
- Date: Mon, 5 Nov 2007 08:05:27 -0500
Check these 2 entries:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!148.entry
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!119.entry
Start with the second link , then go to the first one.
public class ExcelXMLConverter
will give you "excel xml".
the first KB will show you how to convert it to "more friendly" xml if need
be.
Having said that, you need to know that it isn't recommended to use excel
object library objects on the IIS server.
Another method is to use LoadDataSet against an excel file, and then use the
ds.WriteXml() method.
It depends on what you're after.
http://support.microsoft.com/kb/306572
"Kumar.A.P.P" <KumarAPP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D000C19C-99C3-48F0-AA8E-90E190A4AC02@xxxxxxxxxxxxxxxx
In my application my requirement is i have one excel file ***, i want to
convert that excel file to xml file?
--
Kumar.A.P.P
Software Engineer, Infosys Technologies Limited.
http://techaid.wordpress.com/
.
- Follow-Ups:
- Re: excel to xml
- From: Mark Rae [MVP]
- Re: excel to xml
- Prev by Date: Re: An attempt to attach an auto-named database
- Next by Date: Re: How can it be possible?
- Previous by thread: An attempt to attach an auto-named database
- Next by thread: Re: excel to xml
- Index(es):