基于 JavaScript 的在线表格插件 xspreadsheet

码农软件 · 软件分类 · jQuery表格插件 · 2019-12-28 09:56:34

软件介绍

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})

本文地址:https://codercto.com/soft/d/22124.html

Operating System Algorithms

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具