Encoding UTF-8 when exporting HTML table to Excel

前端 未结 5 950
感动是毒
感动是毒 2020-12-01 09:39

I am trying to export an HTML table to Excel using javascript. This is the javascript code



        
5条回答
  •  囚心锁ツ
    2020-12-01 10:34

    I will cite again a respect that was indicated above. You need to include the meta tag code inside the head tag:

    
    
    
    
    
    
    Ver Listado Pago
    
    
    
    
    
    
    

    This has worked for me. But IE and WIN10 have some conflicts for download because of the xls extension. However, the problem of special characters is corrected

提交回复
热议问题