1. <tfoot id='2iOU4'></tfoot>
    2. <i id='2iOU4'><tr id='2iOU4'><dt id='2iOU4'><q id='2iOU4'><span id='2iOU4'><b id='2iOU4'><form id='2iOU4'><ins id='2iOU4'></ins><ul id='2iOU4'></ul><sub id='2iOU4'></sub></form><legend id='2iOU4'></legend><bdo id='2iOU4'><pre id='2iOU4'><center id='2iOU4'></center></pre></bdo></b><th id='2iOU4'></th></span></q></dt></tr></i><div id='2iOU4'><tfoot id='2iOU4'></tfoot><dl id='2iOU4'><fieldset id='2iOU4'></fieldset></dl></div>

      <small id='2iOU4'></small><noframes id='2iOU4'>

      <legend id='2iOU4'><style id='2iOU4'><dir id='2iOU4'><q id='2iOU4'></q></dir></style></legend>

        <bdo id='2iOU4'></bdo><ul id='2iOU4'></ul>

        php 标头 excel 和 utf-8

        时间:2023-10-03

        <legend id='P60ZV'><style id='P60ZV'><dir id='P60ZV'><q id='P60ZV'></q></dir></style></legend>

            <bdo id='P60ZV'></bdo><ul id='P60ZV'></ul>

            1. <small id='P60ZV'></small><noframes id='P60ZV'>

            2. <tfoot id='P60ZV'></tfoot>
                  <tbody id='P60ZV'></tbody>
                • <i id='P60ZV'><tr id='P60ZV'><dt id='P60ZV'><q id='P60ZV'><span id='P60ZV'><b id='P60ZV'><form id='P60ZV'><ins id='P60ZV'></ins><ul id='P60ZV'></ul><sub id='P60ZV'></sub></form><legend id='P60ZV'></legend><bdo id='P60ZV'><pre id='P60ZV'><center id='P60ZV'></center></pre></bdo></b><th id='P60ZV'></th></span></q></dt></tr></i><div id='P60ZV'><tfoot id='P60ZV'></tfoot><dl id='P60ZV'><fieldset id='P60ZV'></fieldset></dl></div>
                  本文介绍了php 标头 excel 和 utf-8的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  ob_start();
                  
                  echo 'Désçàui';
                  
                  header("Content-Type:   application/vnd.ms-excel; charset=utf-8");
                  header("Content-type:   application/x-msexcel; charset=utf-8");
                  header("Content-Disposition: attachment; filename=Test.xls"); 
                  header("Expires: 0");
                  header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
                  header("Cache-Control: private",false); 
                  
                  ob_end_flush();
                  

                  我在 excel 文件中得到的是 Désçà ui

                  What I'm getting in the excel file is Désçàui

                  但是,当我尝试时,我确实得到了 Désçàui

                  However, I do get Désçàui when I try

                  ob_start();
                  echo 'Désçàui';
                  header("Content-Type:   text/html; charset=utf-8");
                  ob_end_flush();
                  

                  任何帮助专家?

                  附注.文件以标题/编码 Unicode(Utf-8) 保存在 DW 中.

                  PS. The file is saved in DW with Title/Encoding Unicode(Utf-8).

                  推荐答案

                  我不确定,但可能是 excel 无法处理 utf8(可能取决于版本).但它可以处理 utf16,所以尝试转换字符集.这对我有用(在 excel2002 中):

                  I'm not sure, but it may be that excel can not handle utf8(may depend on the version). But it can handle utf16, so try converting the charset. This works for me(in excel2002):

                  echo mb_convert_encoding('Désçàui','utf-16','utf-8');
                  

                  这篇关于php 标头 excel 和 utf-8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何使用 PHP 跳过 XML 文件中的无效字符 下一篇:如何使用 PHP 将所有字符转换为等效的 html 实体

                  相关文章

                  最新文章

                  1. <i id='GKFew'><tr id='GKFew'><dt id='GKFew'><q id='GKFew'><span id='GKFew'><b id='GKFew'><form id='GKFew'><ins id='GKFew'></ins><ul id='GKFew'></ul><sub id='GKFew'></sub></form><legend id='GKFew'></legend><bdo id='GKFew'><pre id='GKFew'><center id='GKFew'></center></pre></bdo></b><th id='GKFew'></th></span></q></dt></tr></i><div id='GKFew'><tfoot id='GKFew'></tfoot><dl id='GKFew'><fieldset id='GKFew'></fieldset></dl></div>

                      <tfoot id='GKFew'></tfoot>
                      • <bdo id='GKFew'></bdo><ul id='GKFew'></ul>
                      <legend id='GKFew'><style id='GKFew'><dir id='GKFew'><q id='GKFew'></q></dir></style></legend>

                      <small id='GKFew'></small><noframes id='GKFew'>