From f550000983c4b16c88a001073c214194ba264726 Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 20 Jan 2025 03:59:49 +0100 Subject: [PATCH] Update index.d.ts with correct type for GetCellType (#36) --- 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