So to write to a specific cell in a defined sheet - lets say first sheet, you can do: const XLSX = require('xlsx'); // read from a XLS file let workbook ...
確定! 回上一頁