摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Windows.Forms;namespace ExcelTest{ /// <summary> /// 将Excel 2007 读取成 Byte[]. 然后将 Byte[] 保存到另一个文件中. 测试是否出错. /// </summary> public class ExcelToByteAry_ThenSaveExcelcs { public By 阅读全文
posted @ 2012-10-12 22:58 Ken-Cai 阅读(1753) 评论(0) 推荐(0)
摘要: http://dotnetzip.codeplex.com/ 阅读全文
posted @ 2012-10-12 22:00 Ken-Cai 阅读(165) 评论(0) 推荐(0)