Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 29th, 2007, 11:02 PM
Registered User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default import excel xml Spreadsheet to dataset

i have to import a excel xml spreadsheet to dataset in c#.net without using office dll on the server.since the xml is not a well formed xml ds.readxml is unable to read it.

 
Old May 30th, 2007, 04:35 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

>the xml is not a well formed xml

I don't understand this statement. If it's not well-formed XML then it's not XML.

It's reasonably easy to export an Excel spreadsheet as XML. It's quite hard to process the resulting XML in XSLT because of its complexity, but it can be done.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old May 30th, 2007, 07:21 AM
Friend of Wrox
 
Join Date: Jul 2006
Posts: 430
Thanks: 28
Thanked 5 Times in 5 Posts
Send a message via Yahoo to bonekrusher
Default

The XSLT Cookbook has a great XSLT code to transform excel xml spreadsheets to a "cleaner" XML files.








Similar Threads
Thread Thread Starter Forum Replies Last Post
XML spreadsheet "comment" element in Excel. Benzion XSLT 3 December 3rd, 2008 12:29 PM
Import Excel Range to Dataset eresina ASP.NET 2.0 Basics 4 August 28th, 2007 05:59 AM
Excel Spreadsheet Help SteveV BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 0 October 10th, 2006 04:41 PM
Excel Spreadsheet Help SteveV BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 0 October 10th, 2006 04:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.