从资源访问Excel文件

时间:2010-03-08 04:49:09

标签: c#

我正在尝试访问存储在我的资源中的Excel文件并由OLEDB构建嵌入但是当我运行程序时我得到的数据库是只读的...我正在使用下面的代码。请帮忙

conMap.ConnectionString =“Provider = Microsoft.Jet.OLEDB.4.0; Data Source =”+ CTARepository.Properties.Resources.mapping +“; Extended Properties = Excel 8.0;”;                 conMap.Open();

mapping是我的mapping.xls文件

1 个答案:

答案 0 :(得分:0)

你应该从Accessing an excel resource in another c# project

得到一些想法