随笔 - 21  文章 - 0  评论 - 8 
11 2009 档案
如何使用OPEN XML写xlsx文件
摘要: 因为实现的功能是读取excel2007第一个sheet的内容,经过一系列处理后,将结果写到第二个sheet中,这样现在很多的工具myxls,npoi用来就不好用了,所以只有在网上搜了很久发现了codeplex上的一个项目:ExcelPackage(http://excelpackage.codeplex.com/)这个类库中提供了一些基本的excel操作方法,直接操作xml的方式速度还是不错的,但...阅读全文
posted @ 2009-11-30 11:40 潘安+宋玉 阅读(352) | 评论 (0) 编辑
ASP.NET 调用百度搜索引擎
摘要: 百度搜索引擎提供了一段嵌入到页面中的代码<form action="http://www.baidu.com/baidu" target="_blank"><table><tr><td><input name=tn type=hidden value=baidu><input type=text name=word size=80&...阅读全文
posted @ 2009-11-12 11:14 潘安+宋玉 阅读(303) | 评论 (2) 编辑