由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Help: How to display data from excel in C# windows form
相关主题
deep learning 的时候要把所有数据都读到内存里?简单问题,可我不会。:( 急用啊!
C#: DataSet vs. ClassC++ namespace 弱问
请问一个问题1database access using C# .net2008 3.5, window form
how to display an excel file in java? (转载)How to put two cdf (cumulative distribution function) in one plot.
bash中怎样进行变量名递归替换?estimate GARCH model in Matlab
my windows application, double click the icon doesn't work急,从一个文本文件读取不同数据,分别写入多个文本文件中的指定行,取代原来的数据。
cgi GET method: display results for the 1st time问个有点怪的问题
pdfjs displaying pdf issuedot net Q: dataset, entity data model, LINQ, entity framework
相关话题的讨论汇总
话题: excel话题: c#话题: windows话题: data话题: form
进入Programming版参与讨论
1 (共1页)
b******y
发帖数: 139
1
I have an excel file which has 10 rows of data. I want to edit a button on a
Windows from, once the button is clicked, then the data in the excel is
displayed on the Window form as a dataset. How do I code that?
c*******h
发帖数: 527
2
normally you can find excel, word object, i am not sure whether com or not,
pls read vba documentation
then you should can use your c# to call the functions

a

【在 b******y 的大作中提到】
: I have an excel file which has 10 rows of data. I want to edit a button on a
: Windows from, once the button is clicked, then the data in the excel is
: displayed on the Window form as a dataset. How do I code that?

a***x
发帖数: 26368
3
check microsoft.office.interop.excel namespace.

a

【在 b******y 的大作中提到】
: I have an excel file which has 10 rows of data. I want to edit a button on a
: Windows from, once the button is clicked, then the data in the excel is
: displayed on the Window form as a dataset. How do I code that?

c**t
发帖数: 2744
4
you could treat excel as a "database"

a

【在 b******y 的大作中提到】
: I have an excel file which has 10 rows of data. I want to edit a button on a
: Windows from, once the button is clicked, then the data in the excel is
: displayed on the Window form as a dataset. How do I code that?

1 (共1页)
进入Programming版参与讨论
相关主题
dot net Q: dataset, entity data model, LINQ, entity frameworkbash中怎样进行变量名递归替换?
统计那拨人可以学java,pythonmy windows application, double click the icon doesn't work
求问一道动态规划的题目cgi GET method: display results for the 1st time
请教:apache-poi SXSSF data validationpdfjs displaying pdf issue
deep learning 的时候要把所有数据都读到内存里?简单问题,可我不会。:( 急用啊!
C#: DataSet vs. ClassC++ namespace 弱问
请问一个问题1database access using C# .net2008 3.5, window form
how to display an excel file in java? (转载)How to put two cdf (cumulative distribution function) in one plot.
相关话题的讨论汇总
话题: excel话题: c#话题: windows话题: data话题: form