How to Read XML file with multiple tables as Excel do, using C#

后端 未结 0 621
半阙折子戏
半阙折子戏 2021-01-05 09:57

I\'m reading XML file which contains multiple tables, using C# as follows;

DataSet lstNode = new DataSet();
lstNode.ReadXml(yourPath );
table = lstNode.Tables         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题