Shawn

智慧本身就是好的。有一天我们都会死去,追求智慧的道路还会有人在走着。死掉以后的事我看不到,但在我活着的时候,想到这件事,心里就很高兴。 —— 王小波

导航

2013年8月21日 #

C# 读取txt文本内容写入到excel

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;using Microsoft.Office.Interop.Excel;using System.Reflection;namespace ReadTextToExcel{ public partial cl... 阅读全文

posted @ 2013-08-21 10:10 ShawnZhou 阅读(2685) 评论(0) 推荐(0)