diff --git a/docs/en/10-third-party/05-bi/13-excel.md b/docs/en/10-third-party/05-bi/13-excel.md new file mode 100644 index 0000000000..382904dc2f --- /dev/null +++ b/docs/en/10-third-party/05-bi/13-excel.md @@ -0,0 +1,41 @@ +--- +sidebar_label: Excel +title: Integration With Excel +toc_max_heading_level: 4 +--- + + By configuring the use of the ODBC connector, Excel can quickly access data from TDengine. Users can import tag data, raw time-series data, or time-aggregated time series data from TDengine into Excel to create reports or dashboards, all without the need for any coding. + +## Prerequisites + +Prepare the following environment: + +- TDengine 3.3.5.7 version is installed and running normally (both Enterprise and Community versions are available) +- taosAdapter is running normally, refer to [taosAdapter](../../../tdengine-reference/components/taosadapter/) +- Install and run Excel. If not installed, please download and install it. For specific instructions, please refer to Microsoft's official documentation. +- Download the latest Windows operating system X64 client driver from the TDengine official website and install it, refer to [Install ODBC Driver](../../../tdengine-reference/client-libraries/odbc/#Installation). + +## 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]. + +![excel-odbc](./excel/odbc-menu.jpg) + +**Step 3**, In the pop-up window, select 【MyTDengine】 from the drop-down list of 【Data source name (DSN)】, and then click the 【OK】 button. + +![excel-odbc](./excel/odbc-select.jpg) + +**Step 4**, Enter the username and password for TDengine. + +![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. + +![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. + +![excel-odbc](./excel/odbc-data.jpg) diff --git a/docs/en/10-third-party/05-bi/excel/odbc-config.jpg b/docs/en/10-third-party/05-bi/excel/odbc-config.jpg new file mode 100644 index 0000000000..a62c9eb18f Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-config.jpg differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-data.jpg b/docs/en/10-third-party/05-bi/excel/odbc-data.jpg new file mode 100644 index 0000000000..9a16033e9b Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-data.jpg differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-load.jpg b/docs/en/10-third-party/05-bi/excel/odbc-load.jpg new file mode 100644 index 0000000000..f8eef9bb24 Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-load.jpg differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg b/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg new file mode 100644 index 0000000000..f7dedc9cbb Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-select.jpg b/docs/en/10-third-party/05-bi/excel/odbc-select.jpg new file mode 100644 index 0000000000..fe72c975d5 Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-select.jpg differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg new file mode 100644 index 0000000000..abe54bba2f Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg new file mode 100644 index 0000000000..f6b70764ce Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg differ