摘要: C/S项目需求:检测Office是否安装以及获取安装 路径 及安装版本View Code 1 #region 检测Office是否安装 2 ///<summary> 3 /// 检测是否安装office 4 ///</summary> 5 ///<param name="office_Version"> 获得并返回安装的office版本</param> 6 ///<returns></returns> 7 public static bool IsInstallOffice(out string off 阅读全文
posted @ 2012-07-11 16:39 xyzla 阅读(2797) 评论(7) 推荐(7) 编辑
摘要: 【问题描述】windows.location.href在IE6下停止工作【解决方案】1、<A href=>标签View Code 1 <script type="text/javascript">function goUrl(x){ window.location.href=x;}</script><a href="javascript:;" onclick="javascript:goUrl('http://www.sina.com');">跳转1</a>& 阅读全文
posted @ 2012-07-11 06:57 xyzla 阅读(3553) 评论(2) 推荐(2) 编辑
摘要: 问题描述 1、Excel每个工作薄(sheet)生成记录行数 2、asp.net关于导出Excel的一些问题的集锦 3、下载失败,临时文件或其所在磁盘不可写 4、未能加载文件或程序集“Microsoft.Office.Interop.Excel, Version=14.0.0.0,** 5、IIS下 阅读全文
posted @ 2012-07-11 06:54 xyzla 阅读(5851) 评论(7) 推荐(8) 编辑