Sophie Huang
Time and tide wait for no man.
摘要: public void SaveExcel() { string fileSource = @"c:\1.xls"; //源文件 using (SaveFileDialog saveFileDialog1 = new SaveFileDialog()) { saveFileDialog1.Title = "另存为"; saveFileDialog1.FileName = "newExcelName.xls"; //设置默认另存为的名字,可选... 阅读全文
posted @ 2014-03-20 10:18 Sophie Huang 阅读(2657) 评论(0) 推荐(0) 编辑