JavaScript SDK which is a part of ONLYOFFICE Document Server and ONLYOFFICE Desktop Editors https://www.onlyoffice.com
Find a file
Kseniya Fedoruk eb052be06b Update Readme.md
2026-01-23 12:17:56 +03:00
.github [de] Refactor MathML 2025-10-03 14:37:37 +03:00
build Revert 2025-10-03 16:05:56 +03:00
cell [bug] Use sharedStringIndexMap if sharedStrings not empty on open; Fix bug 78869 2025-12-15 14:42:38 +03:00
common Fix bug #78485 2025-12-10 15:08:20 +03:00
configs Merge remote-tracking branch 'remotes/origin/release/v9.2.0' into fix/custom-text-highlight 2025-11-07 12:39:40 +03:00
pdf [pdf] Fix bug #79096 2025-12-16 20:36:28 +07:00
slide fix slide deleting 2025-12-03 18:41:42 +03:00
tests Fix bug #78485 2025-12-10 15:08:20 +03:00
tools fix shapes operations 2024-12-16 15:56:43 +03:00
vendor Fix for old browsers (min version) 2025-11-28 11:39:45 +03:00
visio fix bug 78521 2025-11-18 17:52:30 +03:00
word Fix bug #78485 2025-12-10 15:08:20 +03:00
.codeclimate.yml [code] Refactoring 2019-04-08 16:03:09 +03:00
.eslintrc.yaml no message 2017-10-20 18:10:03 +03:00
.gitignore Add tests/package.json to gitignore 2024-11-13 13:53:41 +03:00
3DPARTY.md Add 3dParty list 2024-02-28 17:06:23 +03:00
CHANGELOG.md Add new function Delete in ApiComment and ApiWorksheet 2019-02-08 10:39:47 +03:00
jshintignore delete OfficeWeb/Common/3rdparty 2016-05-18 18:52:41 +03:00
LICENSE.txt removed empty line 2016-07-20 12:31:55 +03:00
Makefile [all] Rename 2019-10-23 17:41:24 +03:00
Readme.md Update Readme.md 2026-01-23 12:17:56 +03:00
sonar-project.properties Explictly call sonar-scanner bin, instead of travis own (#221) 2017-11-03 14:11:08 +03:00
um [all] Axes grid and labels are fixed for waterfall and histogram 2024-02-26 15:40:29 +06:00

License

🧩 ONLYOFFICE JavaScript SDK (SDKJS)

SDKJS is the official JavaScript Software Development Kit (SDK) for ONLYOFFICEs document editing components.

It is integrated into:

JavaScript SDK provides the necessary client-side APIs for integrating and customizing the ONLYOFFICE editors. It also includes an implementation layer for the Office JavaScript APIs, enabling advanced document manipulation and integration operations.

🌐 Project Resources

📖 Developer documentation: ONLYOFFICE API Documentation — The essential reference guide for working with ONLYOFFICE APIs and integration modules.

📁 Repository Structure Overview

The directory layout below helps developers quickly navigate and understand SDKJS directory purposes.

Folder Description
.github Contains GitHub workflows and issue/pr templates for CI/CD automation.
build Scripts and configuration files used to build SDKJS bundles.
cell Core functionality and UI logic for spreadsheet editor.
common Shared modules, utilities, and core logic used across all editor types.
configs Configuration files and constants used for environment and runtime setup.
pdf Modules and UI components for viewing and annotating PDF files.
slide Logic and rendering components for presentation editor.
tests Automated test suites and configs for validating SDKJS behavior.
tools Helper utilities, build scripts, and developer tools.
vendor Third-party libraries and external dependencies used by SDKJS.
visio Modules related to drawing and diagram editing (Visio-like functionality).
word Core logic and UI components for text document editor.

💬 User Feedback and Support

We welcome community participation, technical insights, and feedback. For questions, integration issues, or troubleshooting related to ONLYOFFICE Document Server, please explore these resources:

📜 License

SDKJS is licensed under the GNU Affero General Public License (AGPL) v3.0. For full details, refer to the LICENSE file.