XSSFWorkbook T_workbook = new XSSFWorkbook(T_excelfile);
T_excelfile.Close();
T_excelfile = new FileStream(this.textBox1.Text, FileMode.Truncate, FileAccess.ReadWrite);
T_workbook.Write(T_excelfile);
只有簡單的程式碼,但是 為何會如此呢?
Comments: ** Comment from web user: peterwu57 **
T_excelfile.Close();
T_excelfile = new FileStream(this.textBox1.Text, FileMode.Truncate, FileAccess.ReadWrite);
T_workbook.Write(T_excelfile);
只有簡單的程式碼,但是 為何會如此呢?
Comments: ** Comment from web user: peterwu57 **
何項內容重複?