G
Guest
Hello,
I am trying to read an excel file, saved in xml format, into a dataset using
the DataSet.ReadXML() method. When I do this 27 seperate tables are created,
each table describes a different portion of the file (ex. doucument
properties, rows, cells, data, print, etc.) All I want to do is load a
DataGrid with the contents of the excel file, so the user would see the same
thing(columns / rows) as if the file where opened in Excel.
Does anyone have any ideas / suggestions on how to do this?
Thanks,
I am trying to read an excel file, saved in xml format, into a dataset using
the DataSet.ReadXML() method. When I do this 27 seperate tables are created,
each table describes a different portion of the file (ex. doucument
properties, rows, cells, data, print, etc.) All I want to do is load a
DataGrid with the contents of the excel file, so the user would see the same
thing(columns / rows) as if the file where opened in Excel.
Does anyone have any ideas / suggestions on how to do this?
Thanks,