基于 JavaScript 的在线表格插件 xspreadsheet
- 授权协议: MIT
- 开发语言: TypeScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/myliang/xspreadsheet
- 软件文档: https://myliang.github.io/xspreadsheet/
- 官方下载: https://github.com/myliang/xspreadsheet
软件介绍
xspreadsheet 是一款基于javascript开发的,简单的,易用的在线表格插件
安装
npm install typescript --save-dev
npm install awesome-typescript-loader --save-dev
npm install xspreadsheet --save-dev
npm install @types/xspreadsheet --save-dev
// in tsconfig.json
{
"compilerOptions": {
....
"types": ["xspreadsheet"],
....
}
}开始
import xspreadsheet from 'xspreadsheet'
const x = xspreadsheet(document.getElementById('#id'))
x.change = (data) => {
console.log('data:', data)
}
// edit
// data is param in the change method
xspreadsheet(document.getElementById('#id'), {d: data})
Operating System Algorithms
Nathan Adams、Elisha Chirchir / CreateSpace Independent Publishing Platform / 2017-4-21 / USD 39.15
Operating System Algorithms will walk you through in depth examples of algorithms that you would find in an operating system. Selected algorithms include process and disk scheduling.一起来看看 《Operating System Algorithms》 这本书的介绍吧!
