ysheet
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

ysheet

类excel的数据分析工具

Install

npm install ysheet --save-dev
npm install awesome-typescript-loader --save-dev
npm install ysheet --save-dev

Quick Start

import ysheet from 'ysheet'

const x = ysheet(document.getElementById('#id'))
x.change = (data) => {
  console.log('data:', data)
}

// edit
// data is param in the change method
ysheet(document.getElementById('#id'), {d: data})

in tsconfig.json

{
  "compilerOptions": {
    ....
    "types": ["ysheet"],
    ....
  }
}

Browser Support

Modern browsers and Internet Explorer 9+(no test).

LICENSE

MIT

Package Sidebar

Install

npm i ysheet

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

1.39 MB

Total Files

114

Last publish

Collaborators

  • loooong