文章分类 - OWC
摘要:private static object nullobj = System.Reflection.Missing.Value; /**//// /// search in a DOC file(查询DOC文件的内容) /// /// /// 要搜索的文本 /// 是否区分大小写 /// ...
阅读全文
摘要:public void ExportToExcel() { string path = Request.PhysicalApplicationPath + "txtfile\\" + getFileName() + ".xls"; string sql = Session["queryStr"].ToString(); DataSet ds ...
阅读全文