摘要: 写入excel:System.Windows.Forms.SaveFileDialog sd=new System.Windows.Forms.SaveFileDialog();sd.Filter="Excel 2003 文档|*.xls";if(sd.ShowDialog()==System.Windows.Forms.DialogResult.OK){ FileStream fs=new FileStream(sd.FileName,FileMode.Create,FileAccess.Write); StreamWriter sw=new StreamWriter(f 阅读全文
posted @ 2011-08-15 00:33 CookBlack 阅读(443) 评论(0) 推荐(0)


作者:CookBlack
出处:http://www.cnblogs.com/CookBlack/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。