我将1万条数据的excel表格内容写入到data.json中
addGoodsInfo(data) {db.get("goodsinfo").push(data).write();},
写入文件需要10分钟左右
能够秒级写入1万条数据