From 8232b1347ccac7ed9518f591cc5f0f7950a96ee0 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Thu, 26 Jun 2025 12:37:21 +0300 Subject: [PATCH] [fix] info note at the export to excel page --- docs/api/export_xlsx_method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/export_xlsx_method.md b/docs/api/export_xlsx_method.md index 70ea385e..8d5815de 100644 --- a/docs/api/export_xlsx_method.md +++ b/docs/api/export_xlsx_method.md @@ -40,7 +40,7 @@ Please note that the component supports export to Excel files with the **.xlsx** ::: :::info -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). +DHTMLX Spreadsheet uses the WebAssembly-based library [Json2Excel](https://github.com/dhtmlx/json2excel) for export of data to Excel. [Check the details](loading_data.md#exporting-data). ::: **Related articles:** [Data loading and export](loading_data.md)