i able excel data , properties with
dataset excel = new dataset(); excel.readxml(@"c:\excel.xml");
any idea how excel data , properties without converting excel xml extensions?
i looking documentformat.openxml , stuck whereby had add each of "tables" individually.
ienumerable<row> datarows = row in ordersheet.worksheet.descendants<row>() select row;
Comments
Post a Comment