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

@thtf/spreadsheet-designer

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@thtf/spreadsheet-designer

一个基于Web的轻量级报表设计器.

unpublished
latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
3
Created
Source

同方报表设计器

本产品目录结构基于 webpack-boilerplate ,功能 fork 于 x-spreadsheet

用法

NPM

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

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

Browser

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@thtf/spreadsheet-designer@0.0.1/dist/styles/spreadsheet.css">
<script src="https://cdn.jsdelivr.net/npm/@thtf/spreadsheet-designer@0.0.1/dist/js/spreadsheet.js"></script>


<div id="test"></div>
<script>
  Spreadsheet('#test');
</script>

Author

  • thtf

FAQs

Package last updated on 22 Mar 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