问题:1 uncaught exception: INVALID_CHARACTER_ERR: DOM Exception 5
2.使用官方的导出代码//$(’#jqgrid1’).tableExport({ type: ‘excel’, fileName: new Date().getTime(), escape: ‘false’ });,导出的EXCEL文件没有表头,并且数据最上方多了一行空白行。
3.下载空白没有数据
4.乱码问题
下载地址:Jquery tableExcel.js下载地址:https://github.com/kayalshri/tableExport.jquery.plugin;
这个功能挺好用,可以导出好多,例如:
JSON
XML
PNG
CSV
TXT
SQL
MS - Word
Ms - Excel
Ms - Powerpoint
PDF
这里只导出excel
1、打开jquery.base64.js
找到:
return {
decode: _decode,
代码上方,添加两个方法,代码如下:
然后把:
return {
decode: _decode,
encode: _encode,
VERSION: _VERSION
};
改成:
return {
d