docs: modify excel docs menu description

This commit is contained in:
menshibin 2025-02-19 16:18:22 +08:00
parent 87e8cbde68
commit fa22fa214e
2 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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)