donpvtzuux37724 2015-12-22 04:19
浏览 58
已采纳

jQuery / DataTable:导出到本地服务器[关闭]

I want to export the jQuery DataTable with any file format to local server side. Actually, I am trying to send Excel export file in email. But I could not find to do that. I am working on PHP and jQuery. I do not have any idea about that. Therefore I cannot provide you example codes. I am kindly request your helps.

Thanks.

  • 写回答

1条回答 默认 最新

  • duanfen1312 2015-12-22 04:30
    关注

    first learn how to export the data to a particular path in an excel file.You can use the same logic as that of creating a table except that in excel the cells are seperated by a "/t" tag and end of line by "/r/n" . You can get an idea of how to export excel from here: http://www.the-art-of-web.com/php/dataexport/ This done , you can then send that file as an attachment in your email.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部