Socket
Book a DemoInstallSign in
Socket

woo-util

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woo-util

Install ``` npm install woo-util ``` Import ```js import {XlPdf} form "woo-util" ``` Use ```js const xlPdf = new XlPdf({ el: document.getElementById("root"), name:"下载文件" }) xlPdf.save(); ```

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

woodv email editor

Install

npm install woo-util

Import

import {XlPdf} form "woo-util"

Use

   const xlPdf = new XlPdf({
        el: document.getElementById("root"),
        name:"下载文件"
    })
    xlPdf.save();

FAQs

Package last updated on 10 Oct 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