2020年12月31日

node读取json、docx和xlsx

摘要: const pwd = process.cwd(); const fs = require('fs'); //读取xlsx; const xlsx = require('node-xlsx'); const sheets = xlsx.parse(`${pwd}/test.xlsx`); sheet 阅读全文

posted @ 2020-12-31 10:50 JackerCao 阅读(221) 评论(0) 推荐(0)

导航