jquery插件 將表格table導出爲excel,pdf等格式 經常使用操做

 

jQuery插件查找地址 javascript

http://jquery-plugins.net/tableexport-jquery-plugin-to-export-html-tables php

下載地址 html

https://github.com/kayalshri/tableExport.jquery.plugin java

或者 jquery

https://github.com/kayalshri/tableExport.jquery.plugin/archive/master.zip git

 

公用基礎 js 引入 github

<script type="text/javascript" src="tableExport.js"> 
<script type="text/javascript" src="jquery.base64.js">

PNG Export sql

<script type="text/javascript" src="html2canvas.js">

PDF Export json

<script type="text/javascript" src="jspdf/libs/sprintf.js">
<script type="text/javascript" src="jspdf/jspdf.js">
<script type="text/javascript" src="jspdf/libs/base64.js">

Usage canvas

onClick ="$('#tableID').tableExport({type:'pdf',escape:'false'});"

Type

{type:'json',escape:'false'}
{type:'json',escape:'false',ignoreColumn:'[2,3]'}
{type:'json',escape:'true'}

{type:'xml',escape:'false'}
{type:'sql'}

{type:'csv',escape:'false'}
{type:'txt',escape:'false'}

{type:'excel',escape:'false'}
{type:'doc',escape:'false'}
{type:'powerpoint',escape:'false'}

{type:'png',escape:'false'}
{type:'pdf',pdfFontSize:'7',escape:'false'}



參考地址
http://ngiriraj.com/pages/htmltable_export/demo.php#
相關文章
相關標籤/搜索