本文介绍了将数据从DataSet导出到文本文件或xls文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
有什么方法可以将数据从数据集表导出到文本文件或xls文件?
目前我通过遍历表格的每一行并将数据写入文件来实现这一点。我想避免迭代。我发现跳过迭代会改善性能。
请帮助..
谢谢!
Hi all,
Is there any way by which I can export the data from the dataset table to the text file or xls file ?
Currently I implemented this by itterating through each row of the table and writting the data to file.I want to avoid iteration.It occured to me bcoz skipping iteration will improve the performance.
Please Help..
Thanks!
推荐答案
展开 | 选择 | Wrap | 行号
这篇关于将数据从DataSet导出到文本文件或xls文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!