C# CSV problem

  • Thread starter Thread starter PenguinPig
  • Start date Start date
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
 
This tag is necessary because via this Excel recognize that the file is an
XML file. Because how can you call some one if some one doesnt has an
identity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top