Programming 笔记

工作中遇到的问题就记载这里

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

09 2006 档案

摘要:Use ADO and the Jet OLEDB provider, which can read the contents of excel files without actually opening Excel.Example:'*******************************PublicSubConvertXLSToTab(ByValxlsFileNameAsString,ByValtabTextOutputFileAsString)DimconnectionStringAsString="Provider=Microsoft.ACE.OLEDB.12 阅读全文
posted @ 2006-09-25 19:03 IT 笔记 阅读(502) 评论(0) 推荐(0)

摘要:string NameOfFile = @"C:\Documents and Settings\Business Records\Employees.spr";string NameOfFile = "C:\\Documents and Settings\\Business Records\\Employees.spr"; 阅读全文
posted @ 2006-09-24 07:09 IT 笔记 阅读(175) 评论(0) 推荐(0)