Skip to content

lemondreamtobe/js-export-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-export-xlsx

基于xlsx提供一种简单的纯浏览器js的客户端导出xlsx表格的小工具

使用方式

import EXCEL from 'js-export-xlsx';

EXCEL.outPut({
  header: ['name', 'age', 'from'],
  data: [
    ['lemon', 25, 'china'],
    ['zhang', 25, 'guangzhou'],
  ],
  name: 'myExcel'
});

About

js-export-xlsx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published