Jquery_easyui_datagrid_js导出excel.docVIP

  • 156
  • 0
  • 约5.96千字
  • 约 5页
  • 2016-12-11 发布于重庆
  • 举报
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 Animal extjs support team * */ $.extend($.fn.datagrid.methods,{getExcelXml: function(jq, param) {var worksheet = this.createWorksheet(jq, param); //alert($(jq).datagrid(getColumnFields)); var totalWidth = 0; var cfs = $(jq).datagrid(getColumnFields); for(var i=1; icfs.length; i++) {tota

文档评论(0)

1亿VIP精品文档

相关文档