关键词不能为空

当前您在: 主页 > 英语 >

Jquery easyui datagrid js导出excel

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-09 10:11
tags:

-

2021年2月9日发(作者:染色茜草)


Jquery easyui datagrid js


导出


excel


修改自


extgrid


导出


excel


/**



* allows for downloading of grid data (store) directly into excel



* Method: extracts data of gridPanel store, uses columnModel to construct XML excel document,



* converts to Base64, then loads everything into a data URL link.



*



* @author



*



*/




$$.extend($$.s,{






getExcelXml: function(jq, param) {










var worksheet = Worksheet(jq, param);




//alert($$(jq).d atagrid('getColumnFields'));




var totalWidth = 0;




var cfs = $$(jq).datagrid('getColumnFields');




for(var i=1; i<; i++) {





totalWidth+= $$(jq).datagrid('getColumnOption',cfs[i]).width;




}










//var totalWidth = umnModel().getTotalW idth(includeHidden);











return '














'


xmlns:ss=

< p>
xmlns:x=


xmlns:o=














''


'' +














'' +














'' + + '' +














'' + + '' +














'False' +














'False' +














'' +














'' +














'














'


ertical=



/>' +














'














'' +














'



ss:Weight=














'



ss:Weight=


ss:Lin eStyle=


ss:Position=


/>'


+














'



ss:Weight=














'


+



+



Animal
















'' +














'' +














'' +














'' +














'' +














'














'' +














'' +














'



ss:V


ertical=














'














'' +














'














'














'



ss:Horizontal=


































































































'



/>' +


'' +


'


'



/>' +


'


'


'' +


'














'' +














'














'' +














'














'














'' +














'














'



/>' +














'' +














'














'














'' +














'














'














'' +














'














'














'' +














'' +














+














'';






},

-


-


-


-


-


-


-


-



本文更新与2021-02-09 10:11,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/620526.html

Jquery easyui datagrid js导出excel的相关文章