Quantcast
Viewing all articles
Browse latest Browse all 1621

Closed Unassigned: 使用 XSSFWorkbook 開啟 excel 檔案再回存,工作表及捲動列不見了 [13103]

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: 重复

Viewing all articles
Browse latest Browse all 1621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>