P
PenguinPig
Dear All
I am using C# + XML + XSLT to export the search result from the SQL Server.
And the result CSV contains utf-8 character. Before save in CSV, I need
remove the link <?xml version="1.0" encoding="utf-8"?> from the xslt file.
It can be display correctly in the Notepad. But it I open it in the Excel,
it display incorrectly.
Do anyone faced the same problem? And how to solve it?
Thanks
I am using C# + XML + XSLT to export the search result from the SQL Server.
And the result CSV contains utf-8 character. Before save in CSV, I need
remove the link <?xml version="1.0" encoding="utf-8"?> from the xslt file.
It can be display correctly in the Notepad. But it I open it in the Excel,
it display incorrectly.
Do anyone faced the same problem? And how to solve it?
Thanks