摘要: const xlsx = require('node-xlsx') const fs = require('fs'); const excelFilePath = './menu.xlsx' const sheets = xlsx.parse(excelFilePath); const sheet 阅读全文
posted @ 2024-01-16 10:50 lambertlt 阅读(37) 评论(0) 推荐(0)