摘要:
public void SaveExcel() { string fileSource = @"c:\1.xls"; //源文件 using (SaveFileDialog saveFileDialog1 = new SaveFileDialog()) { saveFileDialog1.Title = "另存为"; saveFileDialog1.FileName = "newExcelName.xls"; //设置默认另存为的名字,可选... 阅读全文
Sophie Huang
Time and tide wait for no man. |