jquery 플러그 인 은 표 table 을 엑셀,pdf 등 형식 으로 내 보 냅 니 다.


jQuery 플러그 인 주소 찾기
http://jquery-plugins.net/tableexport-jquery-plugin-to-export-html-tables
다운로드 주소
https://github.com/kayalshri/tableExport.jquery.plugin
혹은
https://github.com/kayalshri/tableExport.jquery.plugin/archive/master.zip
 
공용 기초 js 도입
<script type="text/javascript" src="tableExport.js"> 
<script type="text/javascript" src="jquery.base64.js">

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

PDF Export
<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
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#

좋은 웹페이지 즐겨찾기