And*_*ndy 14
我在Excel 2003上使用Windows ANSI代码页1252没有任何问题.由于您遇到的相同问题,我明确地改为此.
private const int WIN_1252_CP = 1252; // Windows ANSI codepage 1252
this._writer = new StreamWriter(fileName, false, Encoding.GetEncoding(WIN_1252_CP));
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
9403 次 |
| 最近记录: |