How to create MS-Excel which contain chinese fonts
Now, I want to create a Excel file using the object of Excel.Application in asp.
I retrieve field's value from SQL Server 2000(field's value is Traditional Chinese big5, nvarchar type) and fill it in Excel's cell, call [objExcel.ActiveWorkbook.SaveAs Server.MapPath("ExportExcel/"&strFileName)] to generate a new Excel file. but when I open the file, I find content is not displayed properly.
what shall I do? pls help me! thanks in advance.
|