Luckysheet, an open source spreadsheet like Excel

栏目: IT技术 · 发布时间: 4年前

内容简介:English|Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.

Luckysheet

English| 简体中文

Introduction

Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.

Features

  1. Support table settings including freezing columns, merging cells, filtering, sorting, querying, conditional formatting, and annotations
  2. Support data analysis functions including pivottables, charts, columns, matrix operations, built-in 385 calculation functions
  3. Support one-click screenshots, data copying as json,shared editing, and free data copying and pasting between excel and luckysheet
  4. Support mobile viewing
  5. Support sparkLine
  6. Drop down copy
  7. Keyboard shortcuts

Luckysheet, an open source spreadsheet like Excel

Plan

  • Improve chart plugin
  • Insert picture
  • Data validation (checkbox, drop-down list)
  • Print
  • Cell segmentation style
  • Tree menu
  • Table function: filter, slice
  • Excel import/export
  • More...

Documentation

Online demo

Online documentation

Requirements

Node.js Version >= 6

Installation

npm install
npm install gulp -g

Development

Development

npm run dev

Package

npm run build

Read

The core code of Luckysheet is luckysheet-core.js and luckysheet-function.js, developers only need to look at these two files to see the source code, and then we will discuss the modularization scheme and improve this library.

Usage

First step

Copy all files in the dist folder after npm run build to the project directory

Second step

Introduce dependencies

<link rel='stylesheet' href='./plugins/css/pluginsCss.css' />
<link rel='stylesheet' href='./plugins/plugins.css' />
<link rel='stylesheet' href='./css/luckysheet.css' />
<script src="./plugins/js/plugin.js"></script>
<script src="./luckysheet.umd.js"></script>

Third step

Specify a table container

<div id="luckysheet"></div>

Fourth step

Create a table

<script>
    $(function () {
        //Configuration item
        var options = {
            container: 'luckysheet' //luckysheet is the container id
        }
        luckysheet.create(options)
    })
</script>

Contact

mengshu@office2.cn

communication

Authors and acknowledgment

License

MIT

Copyright (c) 2020-present, mengshukeji


以上所述就是小编给大家介绍的《Luckysheet, an open source spreadsheet like Excel》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

连线力

连线力

杨国斌 / 邓燕华 / 广西师范大学出版社 / 2013-9 / 39.00

《连线力》,最关切我们未来的“思想@网络.中国”丛书之一,互联网中国传媒参考书。 中国网民在行动。在中国的广大网民中,普遍存在着对正义的渴望和追求,对弱者和小人物的同情, 对贪官污吏的痛恶,对政府的失望, 对权贵的嘲讽,对沟通的渴望,甚至对革命的呼唤。这些因素有着共同的内在逻辑,即情感逻辑。在这个意义上,情感汹涌的网络事件,是整个中国社会情感结构的脉络。 1994年,中国开通了全功能的......一起来看看 《连线力》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具