利用ADOTable存取Excel文件 (转)[@more@]
1、添加ADOTable1控件,设置下列属性:
ConnectionString = "Prov ider= microsoft.Jet.OLE db.4.0;Extended Properties= excel 8.0;Persist Security Info=false;Data source=c:abc.xls";
TableDirect=true;
TableName="sheet1";
Active=true;
2、添加DataSource1控件,设置下列属性:
DataSet=ADOTable1
3、添加DBGrid1控件,设置下列属性:
DataSource=DataSource1
这时你就可以存取Excel 文件了。
ConnectionString = "Prov ider= microsoft.Jet.OLE db.4.0;Extended Properties= excel 8.0;Persist Security Info=false;Data source=c:abc.xls";
TableDirect=true;
TableName="sheet1";
Active=true;
2、添加DataSource1控件,设置下列属性:
DataSet=ADOTable1
3、添加DBGrid1控件,设置下列属性:
DataSource=DataSource1
这时你就可以存取Excel 文件了。
——————————
C++Builder[技术论坛]--http://webplay.myrice.com
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10752043/viewspace-992273/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10752043/viewspace-992273/