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

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

        <bdo id='iKxoG'></bdo><ul id='iKxoG'></ul>
    1. <tfoot id='iKxoG'></tfoot>

    2. <small id='iKxoG'></small><noframes id='iKxoG'>

    3. 格式化 HTML 表格单元格以便 Excel 格式化为文本

      时间:2023-05-29
          <bdo id='O75BN'></bdo><ul id='O75BN'></ul>
        • <small id='O75BN'></small><noframes id='O75BN'>

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

                  <tbody id='O75BN'></tbody>
              1. <tfoot id='O75BN'></tfoot>
                本文介绍了格式化 HTML 表格单元格以便 Excel 格式化为文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我正在创建一个 HTML 表格,该表格将在 Excel 中作为电子表格打开.我可以使用什么 HTML 标记或 CSS 样式来告诉"Excel 将单元格的内容显示为文本?

                I am creating an HTML table that will be opened as a spreadsheet in Excel. What HTML tag or CSS style can I use to "tell" Excel to display the cell's contents as text?

                推荐答案

                您可以对单元格应用数字、文本、日期等格式

                You can apply formatting to the cells for numbers, text, dates, etc.

                请参阅我之前的回答:HTML 到 Excel:如何告诉 Excel 将列视为数字?

                (调整后的片段)

                如果您在页面中添加 CSS 类:

                If you add a CSS Class to your page:

                .num {
                  mso-number-format:General;
                }
                .text{
                  mso-number-format:"@";/*force text*/
                }
                

                然后在你的 TD 上打这些课程,这行得通吗?

                And slap those classes on your TD's, does it work?

                <td class="num">34</td>
                <td class="num">17.0</td>
                <td class="text">067</td>
                

                这篇关于格式化 HTML 表格单元格以便 Excel 格式化为文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:将 24 小时制时间转换为 12 小时制时间,带 AM & 下一篇:如何设置 VSCode 以将花括号放在新行上?

                相关文章

                最新文章

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

                • <bdo id='oTmQT'></bdo><ul id='oTmQT'></ul>
              2. <small id='oTmQT'></small><noframes id='oTmQT'>

                <legend id='oTmQT'><style id='oTmQT'><dir id='oTmQT'><q id='oTmQT'></q></dir></style></legend>
              3. <tfoot id='oTmQT'></tfoot>