From c72d0897f7b37843109c86f61d97eba05ba3ca0d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 13 Jun 2025 07:08:01 +0000 Subject: (대표님) 20250613 16시 08분 b-rfq, document 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/export_all.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/export_all.ts') diff --git a/lib/export_all.ts b/lib/export_all.ts index 6f925fbc..1da7f4de 100644 --- a/lib/export_all.ts +++ b/lib/export_all.ts @@ -56,7 +56,7 @@ export async function exportTableToExcel( const row2: string[] = [] columns.forEach((col) => { - const meta = col.columnDef.meta as any + const meta = col.columnDef?.meta as any // 1) group (그룹헤더) const groupKey = meta?.group let groupLabel = groupKey ?? "" -- cgit v1.2.3