From fa22fa214e8a20fef17a21474e0aa646c5e256f8 Mon Sep 17 00:00:00 2001 From: menshibin Date: Wed, 19 Feb 2025 16:18:22 +0800 Subject: [PATCH] docs: modify excel docs menu description --- docs/en/10-third-party/05-bi/13-excel.md | 8 ++++---- docs/zh/10-third-party/05-bi/13-excel.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/10-third-party/05-bi/13-excel.md b/docs/en/10-third-party/05-bi/13-excel.md index 94eadc4da1..7235f3c287 100644 --- a/docs/en/10-third-party/05-bi/13-excel.md +++ b/docs/en/10-third-party/05-bi/13-excel.md @@ -18,11 +18,11 @@ Prepare the following environment: ## Configure Data Source **Step 1**, Search and open the "ODBC Data Source (64 bit)" management tool in the Start menu of the Windows operating system and configure it, refer to [Install ODBC Driver](../../../tdengine-reference/client-libraries/odbc/#Installation). -**Step 2**, Start Excel in the Windows system environment, then select [Data] - [Get Data] - [From Other Sources] - [From ODBC]. +**Step 2**, Start Excel in the Windows system environment, then select [Data] -> [Get Data] -> [From Other Sources] -> [From ODBC]. ![excel-odbc](./excel/odbc-menu.jpg) -**Step 3**, In the pop-up window, select the data source you need to connect to from the drop-down list of [Data source name (DSN)], and then click the 【OK】 button.ton. +**Step 3**, In the pop-up window, select the data source you need to connect to from the drop-down list of [Data source name (DSN)], and then click the [OK] button.ton. ![excel-odbc](./excel/odbc-select.jpg) @@ -30,12 +30,12 @@ Prepare the following environment: ![excel-odbc](./excel/odbc-config.jpg) -**Step 5**, In the pop-up 【Navigator】 dialog box, select the database tables you want to load, and then click 【Load】 to complete the data loading. +**Step 5**, In the pop-up [Navigator] dialog box, select the database tables you want to load, and then click [Load] to complete the data loading. ![excel-odbc](./excel/odbc-load.jpg) ## Data Analysis -Select the imported data. On the 【Insert】 tab, choose the column chart, and then configure the data fields in the 【PivotChart Fields】 pane on the right. +Select the imported data. On the [Insert] tab, choose the column chart, and then configure the data fields in the [PivotChart Fields] pane on the right. ![excel-odbc](./excel/odbc-data.jpg) diff --git a/docs/zh/10-third-party/05-bi/13-excel.md b/docs/zh/10-third-party/05-bi/13-excel.md index 8d62c44a00..4b3826b537 100644 --- a/docs/zh/10-third-party/05-bi/13-excel.md +++ b/docs/zh/10-third-party/05-bi/13-excel.md @@ -16,7 +16,7 @@ title: 与 Excel 集成 ## 配置数据源 **第 1 步**,在Windows操作系统的开始菜单中搜索并打开“ODBC数据源(64位)”管理工具并进行配置。详细参考[配置ODBC数据源](../../../reference/connector/odbc/#配置数据源)。 -**第 2 步**,在 Windows 系统环境下启动 Excel,之后选择【数据】-【获取数据】-【自其他源】- 【从ODBC】。 +**第 2 步**,在 Windows 系统环境下启动 Excel,之后选择【数据】->【获取数据】->【自其他源】-> 【从ODBC】。 ![excel-odbc](./excel/odbc-menu.jpg)