From 3aa7c46213d644d8bf4ca6b7369f8e70a9faf043 Mon Sep 17 00:00:00 2001 From: Greg Date: Sat, 18 Jan 2025 14:52:25 +0100 Subject: [PATCH] Update index.d.ts with correct type for GetCellType --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 4d9bfe8..2091d9d 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -2233,7 +2233,7 @@ declare module 'excelize-wasm' { * @param sheet The worksheet name * @param cell The cell reference */ - GetCellStyle(sheet: string, cell: string): { cellType: CellType, error: string | null } + GetCellType(sheet: string, cell: string): { cellType: CellType, error: string | null } /** * GetCellValue provides a function to get formatted value from cell by