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
posted @ 2020-12-31 10:50
posted @ 2020-12-30 20:36