Is there any way to create a dataset from a spreadsheetML using C# without using Interop.Excel?
Asked
Active
Viewed 125 times
1 Answers
0
The following link shows how you can use openXML's spreadsheetml to create a dataset without Interop.Excel: http://msdn.microsoft.com/library/dd920313.aspx
You can also use this method: http://bloggingabout.net/blogs/dennis/archive/2008/02/29/getting-data-from-excel-the-fast-way-using-linq.aspx

Chris
- 934
- 1
- 17
- 38