View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nabil Elibiary nabil Elibiary is offline
external usenet poster
 
Posts: 1
Default Excel sheets saved as XML files that can be read by .NET

I tried sheets sved by Excel 2002 (XP) but the schema is
not acceptable by .Net.
If I use ReadXML(FilePath, ignorSchema or AUTO, it fails
to read the Excel XML file into the dataset.
Do you have any suggestions, and is Excel 2003 address
this issue?