exporting table to excel using tableExport jquery -


i exporting table excel using tableexport jquery plugin. want know how can customized table i.e have edit column heading name , apply formulas table , send excel. excel file has bit different of html table. there needs of sum values.

can me ? in advance! here code

    $("#data").tableexport({     bootstrap: true,     headings: true,     footers:true,     formats:["xls"],     filename:"claim",     ignorerows:arr      }); 


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -