Export the HTML table to excel is not working in IE

后端 未结 4 1131
迷失自我
迷失自我 2020-11-30 13:18

Exporting HTML table to Excel is working fine in Chrome and Firefox but it is not working in Internet Explorer 10.

var tableToExcel = (function() {
  var uri         


        
4条回答
  •  萌比男神i
    2020-11-30 13:58

    data uri does not support IE, maybe you post your excel xml data to server to generate the file.

    And you can use Downloadify (Flash) to generate the file.

    https://github.com/dcneiner/Downloadify

提交回复
热议问题