🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thtf/excel-designer-extra

Package Overview
Dependencies
Maintainers
10
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thtf/excel-designer-extra

a web excel middleware

latest
npmnpm
Version
1.1.40
Version published
Maintainers
10
Created
Source

报表设计器

用法

npm install @thtf/excel-designer-extra
<div id="test"></div>
import SpreadsheetExtra from '@thtf/excel-designer-extra';
import '@thtf/excel-designer-extra/dist/styles/spreadsheet-extra.css';

const s = new SpreadsheetExtra('#test')
  .loadData({})
  .change((data) => {
    // save data to db
  });

发布流程

  • 编译代码
npm run build
  • 登录(登录过可忽略)
npm login
  • 发布
npm publish

FAQs

Package last updated on 10 Jul 2024

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