New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yogurt-excel-export

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yogurt-excel-export

一个导出excel的简单模块

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

🐲 一个导出 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'}
    ])
  }

Keywords

excel-download

FAQs

Package last updated on 25 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts