教你用C#读写、删除、更新excel表格记录
文档内容节选
教你用C读写删除更新excel表格记录 如下图所示,编一个程序,鼠标单击窗体视图区右边时,获取一对坐标XY, 点击保存将点保存到excel表记录中此外,还实现了删除更新功能以及打开excel表 功能插入和更新比较简单,和操作一般的数据库一样,但是删除稍微有点复杂,不能 用delete from Sheet1 where IDx的方式删除,自己可以去试,主要是excel数据之间的关系不像关系数据库那么简单 ,oledb不提供这种方法所以只能用专门操作excel表的MicrosoftOfficeInterop Excel名字空间下,先添加引用来实现删除某条记录的功能 pic 源代码: using System using SystemCollectionsGeneric using SystemComponentModel using SystemData using SystemDrawing using SystemText using SystemWindowsForms using SystemDataOleDb using SystemReflect......
猜您喜欢
推荐内容
开源项目推荐 更多
热门活动
热门器件
用户搜过
随便看看
热门下载
热门标签
评论