-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下如何导出多维数组到EXCEL啊? #528
Comments
这不就是element-ui 的多级表头么。 |
不是啊,我想将这种导出到EXCEL,但是好像只能导二维数组 |
这样看xlsx, 略复杂。我之后添加一下这种形式的demo。 |
请问,有导出多维的Excel表格的形式吗 |
export_json_to_excel这种方法能设置多维的表头的吗?怎么设置?谢谢 |
定义一个合并规则类似于这样merges = [{s: {r:0,c:0}, e: {r:0,c:1}},{s: {r:0,c:2}, e: {r:0,c:4}}] 这个意思就是单元格0,0和单元格0,1合并,单元格0,2和单元格0,4合并。 |
请问下如何实现类型的效果啊?弄了几天都没写出来
The text was updated successfully, but these errors were encountered: