摘要:
package test import "github.com/plandem/xlsx" //学生结构体 type Stu struct { Name string Age string } //读取表中数据,返回list func RedExcel()([]Stu) { filePath :=" 阅读全文
摘要:
//依赖 excel-export var nodeExcel = require('excel-export'); module.exports=async function (request, response) { var list=[{"name":"张三","age":18},{"name 阅读全文