regulardude
Programmer
Hi,
Trying to find the simplest way to import an excel file, in regular excel format, using the openfiledialog, into a untyped dataset.
Steps:
1. Use openFileDialog to browse for excel file to import.
2. Code reads excel file into dataset using xml
DataSet is untyped, schema varies from file to file.
I have the openDialog working, don't need that code.
Went through "Reading XML Data into a Dataset" Walkthrough.
Need Excel part, if possible would prefer not to connect to excel file.
Using Visual Studio 2005, C#
Thanks in advance
Trying to find the simplest way to import an excel file, in regular excel format, using the openfiledialog, into a untyped dataset.
Steps:
1. Use openFileDialog to browse for excel file to import.
2. Code reads excel file into dataset using xml
DataSet is untyped, schema varies from file to file.
I have the openDialog working, don't need that code.
Went through "Reading XML Data into a Dataset" Walkthrough.
Need Excel part, if possible would prefer not to connect to excel file.
Using Visual Studio 2005, C#
Thanks in advance