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) 下面进行回复。<br>
+Excel报表基于Luckysheet开发,[Luckysheet](https://gitee.com/mengshukeji/Luckysheet) 一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
+**注意:** Excel报表目前只是简单集成,如果你遇到了一些问题请在此[Issue](https://gitee.com/anji-plus/report/issues/I4CEWV) 下面进行回复。<br>
 
 ## 表格报表设计
 
 进入表格设计方法1: <br>
 从报表管理模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
-![img](../picture/execl/img.png) <br>
+![img](../picture/excel/img.png) <br>
 
 进入大屏设计方法2: <br>
 从大屏报表模块选择需要设计的大屏,按图示进入大屏设计界面 <br>
-![img2](../picture/execl/img_1.png) <br>
+![img2](../picture/excel/img_1.png) <br>
 
 ## 简介
 
-![img3](../picture/execl/img_2.png) <br>
+![img3](../picture/excel/img_2.png) <br>
 
 ## 使用
 
 **注**:不建议一列中同时存在俩个字段数据,同时一列值也建议不要存到超大数据量,肯定无法显示的<br>
-![img4](../picture/execl/img_3.png) <br>
+![img4](../picture/excel/img_3.png) <br>
 
 ## 预览/保存
 
 点击保存,则会将数据写入到库中。<br>
 点击预览,则进入预览界面。<br>
-![img](../picture/execl/img_4.png) <br>
+![img](../picture/excel/img_4.png) <br>
 
 ## 预览界面
 
 可以进行导出操作。<br>
-![img](../picture/execl/img_5.png) <br>
+![img](../picture/excel/img_5.png) <br>
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