From f3e39a86eb7cdd4feb66dc61245c954478569d0b Mon Sep 17 00:00:00 2001 From: garvin Date: Mon, 17 Apr 2023 20:36:21 +0800 Subject: [PATCH] feat: add table-xlsx --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 28f5f3b..12c3673 100644 --- a/package.json +++ b/package.json @@ -575,6 +575,12 @@ "version": "^1.0.8", "reason": "https://github.com/bvaughn/react-virtualized-auto-sizer/blob/9f7d6a5edbc3d3c97023864867e970ad8b2f4ef0/src/AutoSizer.ts#L41" } + }, + "table-xlsx": { + "^0.1.9": { + "version": "^0.1.9", + "reason": "https://github.com/PengChen96/table-xlsx" + } } } }