diff --git a/README.md b/README.md
index cea45922..9942b7a0 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ sql文件的目录在:report-core --> src --> main --> resources -- > db.migra
- nodeV16适配
- 增加省市区地图等图
- 增加基础边框样式
-- Execl报表功能增加与bug修复
+- Excel报表功能增加与bug修复
## 已知问题
diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js
index 1f90f7c8..798f4419 100644
--- a/doc/docs/.vuepress/config.js
+++ b/doc/docs/.vuepress/config.js
@@ -54,7 +54,7 @@ module.exports = {
{title: '数据集', path: '/guide/dataset'},
{title: '报表管理', path: '/guide/reportmanager'},
{title: '大屏报表', path: '/guide/dashboard'},
- {title: '表格报表', path: '/guide/execl'},
+ {title: '表格报表', path: '/guide/excel'},
{title: '导入导出', path: '/guide/importexport'},
{title: '图表组件', path: '/guide/charts'},
]
diff --git a/doc/docs/guide/execl.md b/doc/docs/guide/excel.md
similarity index 69%
rename from doc/docs/guide/execl.md
rename to doc/docs/guide/excel.md
index 6bb8c891..ef68d86f 100644
--- a/doc/docs/guide/execl.md
+++ b/doc/docs/guide/excel.md
@@ -1,34 +1,34 @@
# 介绍
-execl报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) 一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
-**注意:** execl报表目前只是简单集成,如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) 下面进行回复。
+Excel报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) 一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
+**注意:** Excel报表目前只是简单集成,如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) 下面进行回复。
## 表格报表设计
进入表格设计方法1:
从报表管理模块选择需要设计的大屏,按图示进入大屏设计界面
-![img](../picture/execl/img.png)
+![img](../picture/excel/img.png)
进入大屏设计方法2:
从大屏报表模块选择需要设计的大屏,按图示进入大屏设计界面
-![img2](../picture/execl/img_1.png)
+![img2](../picture/excel/img_1.png)
## 简介
-![img3](../picture/execl/img_2.png)
+![img3](../picture/excel/img_2.png)
## 使用
**注**:不建议一列中同时存在俩个字段数据,同时一列值也建议不要存到超大数据量,肯定无法显示的
-![img4](../picture/execl/img_3.png)
+![img4](../picture/excel/img_3.png)
## 预览/保存
点击保存,则会将数据写入到库中。
点击预览,则进入预览界面。
-![img](../picture/execl/img_4.png)
+![img](../picture/excel/img_4.png)
## 预览界面
可以进行导出操作。
-![img](../picture/execl/img_5.png)
+![img](../picture/excel/img_5.png)
diff --git a/doc/docs/picture/execl/img.png b/doc/docs/picture/excel/img.png
similarity index 100%
rename from doc/docs/picture/execl/img.png
rename to doc/docs/picture/excel/img.png
diff --git a/doc/docs/picture/execl/img_1.png b/doc/docs/picture/excel/img_1.png
similarity index 100%
rename from doc/docs/picture/execl/img_1.png
rename to doc/docs/picture/excel/img_1.png
diff --git a/doc/docs/picture/execl/img_2.png b/doc/docs/picture/excel/img_2.png
similarity index 100%
rename from doc/docs/picture/execl/img_2.png
rename to doc/docs/picture/excel/img_2.png
diff --git a/doc/docs/picture/execl/img_3.png b/doc/docs/picture/excel/img_3.png
similarity index 100%
rename from doc/docs/picture/execl/img_3.png
rename to doc/docs/picture/excel/img_3.png
diff --git a/doc/docs/picture/execl/img_4.png b/doc/docs/picture/excel/img_4.png
similarity index 100%
rename from doc/docs/picture/execl/img_4.png
rename to doc/docs/picture/excel/img_4.png
diff --git a/doc/docs/picture/execl/img_5.png b/doc/docs/picture/excel/img_5.png
similarity index 100%
rename from doc/docs/picture/execl/img_5.png
rename to doc/docs/picture/excel/img_5.png