From ded3a98a228e10a2dfb82d9fc97c40228df22b8b Mon Sep 17 00:00:00 2001 From: Cheney Date: Thu, 12 Dec 2024 21:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/team.js b/src/team.js index 3eab920..938a5f7 100644 --- a/src/team.js +++ b/src/team.js @@ -81,4 +81,4 @@ for (let record of jsonData) { const worksheetout = XLSX.utils.json_to_sheet(jsonData); const workbookout = XLSX.utils.book_new(); XLSX.utils.book_append_sheet(workbookout, worksheetout, 'Sheet1'); -XLSX.writeFile(workbookout, '../test.xlsx'); \ No newline at end of file +XLSX.writeFile(workbookout, path + '/1.团队开票申请表.done.xlsx'); \ No newline at end of file