View Single Post
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.sdk
Magnus Salgo Magnus Salgo is offline
external usenet poster
 
Posts: 2
Default XML to Excel 2003

Start look at

Office 2003 XML Reference Schemas
http://www.microsoft.com/office/xml/default.mspx

How to import data from Excel to SQL Server
http://support.microsoft.com/default...b;en-us;321686

Loading and reading the Microsoft Excel file contents using C#
http://www.codeproject.com/useritems...tion_in_C_.asp

Convert Excel to XML file/XML Schema, and validate Excel against XML Schema
http://www.codeproject.com/csharp/excel2xml.asp

Using the Excel 2003 XML Tools Add-in Version 1.1
http://msdn.microsoft.com/office/def...LToolAddin.asp

Office 2003: XML Reference Schemas
http://www.microsoft.com/downloads/d...displaylang=en



"Vishal Somaiya" wrote in message
...
Hello,

Does anyone know where I can get some good examples of converting and Xml
document to a excel file using Xsl?

Thanking you in advance.

Vishal