随笔分类 -  C#技术

摘要:用第三方组件:NPOI来实现 先去官网:http://npoi.codeplex.com/下载需要引入dll(可以选择.net2.0或者.net4.0的dll),然后在网站中添加引用。使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 WORD/EXCEL 文档进行读写。 创建 阅读全文
posted @ 2016-06-17 17:11 only one minmin 阅读(829) 评论(0) 推荐(0)
摘要:Request.url请求路径的一些属性1,Request.UrlReferrer.AbsolutePath=获取URL的绝对路径例:"/Manager/Module/OfficialManage/Issuedadocument/Issuedadocument_WorkNew.aspx" 2,Req 阅读全文
posted @ 2016-06-16 16:49 only one minmin 阅读(512) 评论(0) 推荐(0)
摘要:用第三方组件:NPOI组件实现 先去官网:http://npoi.codeplex.com/下载需要引入dll(可以选择.net2.0或者.net4.0的dll),然后在网站中添加引用。使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 WORD/EXCEL 文档进行读写。 先 阅读全文
posted @ 2016-06-03 18:26 only one minmin 阅读(1307) 评论(0) 推荐(0)