You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DHTMLX Spreadsheet](https://dhtmlx.com/docs/products/dhtmlxSpreadsheet/) is a client-side JavaScript component that allows editing and formatting data in spreadsheets online. It includes a configurable toolbar, handy menu and context menu, and adjustable grid, supports hot keys navigation, loads data both from external and local sources, provides the ability to localize interface into the desired language.
4
+
5
+
## Explore documentation locally
6
+
7
+
To run the Spreadsheet documentation locally, take the following steps:
8
+
9
+
#### 1. Clone the documentation to the local folder
[See the list of Spreadsheet events](api/api_overview.md/#spreadsheet-events).
36
+
:::info
37
+
See the full list of the Spreadsheet events [here](api/api_overview.md/#spreadsheet-events).
28
38
29
39
You can attach several handlers to the same event and all of them will be executed. If some of handlers return*false*, the related operations will be blocked. Event handlers are processed in the same order that they are attached.
{{note Please note that the component supports export to Excel files with the **.xlsx** extension only. }}
29
+
:::note
30
+
Please note that the component supports export to Excel files with the **.xlsx** extension only.
31
+
:::
22
32
33
+
:::info
23
34
DHTMLX Spreadsheet uses the WebAssembly-based library [Json2Excel](https://github.com/dhtmlx/json2excel) for import of data from Excel. [Check the details](loading_data.md#exporting-data).
35
+
:::
24
36
25
-
**Related articles**
37
+
**Related articles:**[Data loading and export](loading_data.md)
0 commit comments