csharp Générerunfichier CSV UTF-8没有BOM

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp Générerunfichier CSV UTF-8没有BOM相关的知识,希望对你有一定的参考价值。

        public static void GenerateCsv()
        {
            using (
                var textWriter = new System.IO.StreamWriter(new System.IO.FileStream(@"file.csv", System.IO.FileMode.Create, System.IO.FileAccess.ReadWrite),
                    new UTF8Encoding(false)))
            {
                var csv = new CsvHelper.CsvWriter(textWriter);
                csv.Configuration.Encoding = Encoding.UTF8;
                csv.Configuration.Delimiter = ";";
                csv.Configuration.Quote = '"';
                csv.Configuration.QuoteAllFields = true;


                // Headers
                csv.WriteField("");

                csv.NextRecord();


            }

        }

以上是关于csharp Générerunfichier CSV UTF-8没有BOM的主要内容,如果未能解决你的问题,请参考以下文章

python 检查清单:Générationdelistedecritères

markdown Générezunsite de doc / rapport

python générateurde phrase drole en python

apache_conf GénérerdesPDFgrâceàwkhtmlavec docker

csharp code_first_éhopcontroller.cs

markdown pouvoir•culture•technique•société - revue de presse d'infogénérale