Skip to content

tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)

Notifications You must be signed in to change notification settings

huanz/tableExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tableExport.js

table导出文件,支持导出jsontxtcsvxmldocxslimagepdf

usage

// dom id, filename, type: json, txt, csv, xml, doc, xsl, image, pdf
tableExport('table1', 'test', 'image');

build

git clone [email protected]:huanz/tableExport.git
cd tableExport
npm i

// 开发
npm run dev

// 构建个人版本
MODULES='doc xls image' npm run build

About

tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published