本文介绍了c#读取excel工作表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以帮助我在c#应用程序中阅读简单的excel工作表吗?我想要能够迭代每一行,并在每一列上都有一个句柄。谢谢
棒。
解决方案
这是我找到的最简单的方法:
Could someone help me read a simple excel worksheet in c# app? I'd like to be able to iterate each row and have a handle on each of the columns.
Thanks,rod.
解决方案
This one is the easiest method I have found:
Create Excel (.XLS and .XLSX) file from C#
这篇关于c#读取excel工作表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!