Bootstrap

vue项目中导出excel文件(使用第三方依赖vue-json-excel)

资源包网址:GitHub - jecovier/vue-json-excelhttps://github.com/jecovier/vue-json-excel

参数列表:

参数 类型 说明 默认值
data Array 要导出的数据。
fields Object 要导出的 JSON 对象中的字段。如果未提供,则将导出 JSON 中的所有属性。
export-fields (exportFields) Object 用于修复使用变量字段的其他组件(如 vee 验证)的问题。导出字段的工作方式与字段完全相同
type string Mime类型[xls, csv] xls
name string 要导出的文件名。 data.xls
header string/Array 数据的标题。可以是字符串(一个标题)或字符串数组(多个标题)。
title(deprecated) string/Array
;