Skip to content

Commit

Permalink
local:文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wangerzi committed Oct 3, 2019
1 parent 4d517ca commit ad6fadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
LAY_EXCEL.exportExcel([['Hello', 'World', '!']], 'hello.xlsx', 'xlsx')
```

![1566996326664](assets\1566996326664.png)
![1566996326664](assets/1566996326664.png)

PS:这个就是核心的导出功能,第一个参数是一个二维数组,第二个参数是导出文件名,第三个参数是文件类型,是不是特别简洁,有一定JS基础的童鞋相信一眼就能看懂!下面继续介绍如何与 AJAX 结合,导出后端给到的数据。

Expand Down

0 comments on commit ad6fadf

Please sign in to comment.