docs: add excel docs
This commit is contained in:
parent
25aefd1669
commit
f86b605910
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
sidebar_label: Excel
|
||||
title: 与 Excel 集成
|
||||
---
|
||||
|
||||
通过配置使用ODBC连接器,Excel 可以快速访问TDengine的数据。用户可以将标签数据、原始时序数据或按时间聚合后的时序数据从TDengine导入到 Excel,用以制作报表整个过程不需要任何代码编写过程。
|
||||
|
||||
## 前置条件
|
||||
|
||||
准备以下环境:
|
||||
- TDengine 3.3.5.4以上版本集群已部署并正常运行(企业及社区版均可)
|
||||
- taosAdapter 能够正常运行。详细参考 [taosAdapter 使用手册](../../../reference/components/taosadapter)
|
||||
- Excel 安装并运行, 如未安装,请下载并安装, 具体操作请参考 Microsoft 官方文档。
|
||||
- 从TDengine官网下载最新的Windows操作系统X64客户端驱动程序,并进行安装。详细参考 [安装 ODBC 驱动](../../../reference/connector/odbc/#安装)。
|
||||
|
||||
## 配置数据源
|
||||
|
||||
**第 1 步**,在Windows操作系统的开始菜单中搜索并打开“ODBC数据源(64位)”管理工具并进行配置。详细参考[配置ODBC数据源](../../../reference/connector/odbc/#配置数据源)。
|
||||
**第 2 步**,在 Windows 系统环境下启动 Excel,之后选择【数据】-【获取数据】-【自其他源】- 【从ODBC】。
|
||||
|
||||

|
||||
|
||||
**第 3 步**,在弹出窗口的【数据源名称(DSN)】下拉列表中选择【MyTDengine】后,点击【确定】按钮。
|
||||
|
||||

|
||||
|
||||
**第 4 步**,在弹出窗口的【数据源名称(DSN)】下拉列表中选择【MyTDengine】后,点击【确定】按钮。
|
||||
|
||||

|
||||
|
||||
**第 5 步**,输入 TDengine 的用户名密码
|
||||
|
||||

|
||||
|
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
Binary file not shown.
After Width: | Height: | Size: 643 KiB |
Binary file not shown.
After Width: | Height: | Size: 582 KiB |
Loading…
Reference in New Issue