07 2012 档案

摘要:Declaring and Enabling Template ParametersTemplate parameters are declared in the format $parameter$. For example:$safeprojectname$$safeclassname$$guid1$$guid5$To enable parameter substitution in templatesIn the .vstemplate file of the template, locate theProjectItemelement that corresponds to the i 阅读全文
posted @ 2012-07-24 17:37 T#S 阅读(527) 评论(0) 推荐(0) 编辑
摘要:笔者近期在公司项目中需要生产比较复杂的Excel报表, 问题点是单个Excel文件中必须能包含多个sheet, 按照以前项目的经验, 此情况需要使用MS Office组件实现。但是客观情况是office组件其版本兼容问题比较多(Excel版本不一致导致无法使用、excel进程无法回收、导致w3wp进程崩溃等), 无法把控摒弃之。在codeplex上看到EPPlus组件, 好像可以解决上述问题。EPPlus使用的是Open Office XML Format, 其读写支持Excel 2003/2007。项目地址:http://epplus.codeplex.com/在asp.net页面上导出Ex 阅读全文
posted @ 2012-07-14 19:06 T#S 阅读(16570) 评论(2) 推荐(1) 编辑