Socket
Socket
Sign inDemoInstall

flora-excel-export

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    flora-excel-export

excel download


Version published
Maintainers
1
Install size
2.00 kB
Created

Readme

Source

#💡下载

npm i flora-excel-export -S

#下载

const excel = require("jsonzheng-excel-export")

点击事件 = function() {
     //...

     //excel.download(文件名,excel标题数组类型,excel数据)

     excel.download("测试文件",["编号", "姓名"],[
     { id: 1, title: "a" },
     { id: 2, title: "b" },
     ])

     //...
}

Keywords

FAQs

Last updated on 11 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc