使用CarlosAg.ExcelXmlWriter.Generator的Asp.net C#Excel生成 [英] Asp.net C# Excel generation using CarlosAg.ExcelXmlWriter.Generator

查看:86
本文介绍了使用CarlosAg.ExcelXmlWriter.Generator的Asp.net C#Excel生成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果有人可以帮助我确定我为什么出现以下错误

If someone can help me out in identifying why i am getting the below error

XML PARSE ERROR:  Missing end-tag
  Error occurs at or below this element stack:
    <html>
     <body>
      <form>
       <div>
        <table>
         <tr>
          <td>
           <table>
            <tr>
             <td>
              <table>
               <tr>
                <td>
                 <table>
                  <tr>
                   <td>
                    <span>





谢谢您的建议....





Thanks you for your suggetions if any....

推荐答案

几乎html中的每个标签都必须包含结束标签,例如:
Almost each tag in html must contain ending tag, for example:
<html>
<body>
<h1>My first HTML document</h1>
<p>Hello!</p>
</body></html>


如您所见,对于<html>标签,等效标签为</html>

有关更多信息,请访问: http://en.wikipedia.org/wiki/HTML_element [ http://www.w3schools.com/html/default.asp [


As you see, for <html> tag equivalent tag is </html>

More at: http://en.wikipedia.org/wiki/HTML_element[^]
http://www.w3schools.com/html/default.asp[^]

The error you are getting is because of ending tags wasn''t found.


这篇关于使用CarlosAg.ExcelXmlWriter.Generator的Asp.net C#Excel生成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆