dream-num / univer
- пятница, 22 декабря 2023 г. в 00:00:16
Univer is a set of enterprise document and data collaboration solutions, including spreadsheets, documents, and slides. The highly extensible design allows developers to customize personalized functions based on Univer.
English | 简体中文
🚧 This project is still in heavy development. Please note that there are likely to be major API changes. Please submit issues and suggestions to us.
Univer is a set of enterprise document and data collaboration solutions, including spreadsheets, documents, and slides. The highly extensible design allows developers to customize personalized functions based on Univer.
Highlights of Univer:
We recommend to import Univer as a npm package. Please checkout the Quick Start section on the documentation website. We also have an online playground which can help you preview Univer without setting up the development environment.
Univer bases on a plugin architecture. You can install the following packages to enhance the functionality of Univer.
Name | Description | Version |
---|---|---|
core | Implements plugin system and architecture of Univer. It also provides basic services and models of different types of documents. | |
design | Implements the design system on Univer. It provides CSS and a component kit based on React. | |
docs | Implements basic logics of rich text editing features. It also facilitates text editing in other types of documents. | |
docs-ui | Provides user interface of Univer Documents | |
engine-formula | It implements a rendering engine based on Canvas and is extensible for | |
engine-numfmt | It implements a number format engine. | |
engine-render | It implements a rendering engine based on canvas context2d. | |
network | It implements network services based on WebSocket and HTTP. | |
rpc | It implements a RPC mechanism and methods to sync data between different replicas of Univer documents. | |
sheets | Basic logics of spreadsheet features. | |
sheets-formula | It implements formula in spreadsheets. | |
sheets-numfmt | It implements number format in spreadsheets. | |
sheets-ui | Provides user interface of Univer Spreadsheets | |
ui | Implements basic user interactions with Univer and workbench layout based on React. | |
uniscript (experimental) | Implements a DSL based on Typescript that empowers users to accomplish more sophisticated tasks |
We appreciate any kinds of contributing. You can submit issues or feature requests to us. Please read our contributing guide first.
If you would like to contribute code to Univer, please refer to the contributing guide as well. It would guide you through the process of setting up the development environment and submitting a pull request.
Univer is distributed under the terms of the Apache-2.0 license.
Copyright DreamNum Inc. 2023-present