I need to read the Excel data using Xmldocument.Plz help me
Asked
Active
Viewed 173 times
-1
-
Sorry, this is off-topic for this site. – SPDoctor Nov 05 '12 at 16:16
1 Answers
0
You shouldn't.
Better use Office Open XML libraries from Microsoft.
I can't give some code but, you have to extract xlsx contents with System.IO.Packaging, find the sheet you need, and then load it in XmlDocument.
But be advised that it is quite tricky and has many caveats to do so.

TheBigCheese
- 309
- 1
- 2
- 14