文章分类 -  OWC

摘要:private static object nullobj = System.Reflection.Missing.Value; /**//// /// search in a DOC file(查询DOC文件的内容) /// /// /// 要搜索的文本 /// 是否区分大小写 /// ... 阅读全文
posted @ 2008-02-28 08:10 马建康 阅读(537) 评论(0) 推荐(0)
摘要:public void ExportToExcel() { string path = Request.PhysicalApplicationPath + "txtfile\\" + getFileName() + ".xls"; string sql = Session["queryStr"].ToString(); DataSet ds ... 阅读全文
posted @ 2008-02-20 12:54 马建康 阅读(423) 评论(0) 推荐(0)