yogurt-excel-export

1.0.0 • Public • Published

🐲 一个导出 excel 的简单模块

🦄 安装

npm i yogurt-excel-export -S

🦄 简介

应用场景 :

1、直接访问后端链接下载

2、拿到后端数据前端组织下载

🦄 使用

> 步骤 1:
  cnpm i yogurt-excel-export -S

> 步骤 2:
  const excel=require('yogurt-excel-export')
  点击事件 = function(){
    //excel.download(文件名,excel标题,excel数据)
    excel.download('测试文件',['编号','姓名'],[
      {id:1,title:'x'},{id:2,title:'y'}
    ])
  }

Package Sidebar

Install

npm i yogurt-excel-export

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.93 kB

Total Files

3

Last publish

Collaborators

  • yogurt_ly