From 2bdc4a711512ae4659f6baf94e25b31934733f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Siemienik=20Pawe=C5=82?= Date: Tue, 24 Mar 2020 19:56:16 +0100 Subject: [PATCH] fixes #1175 https://github.com/exceljs/exceljs/issues/1175 --- index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index 3613981f1..911d70ca6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -406,8 +406,8 @@ export interface Cell extends Style, Address { readonly fullAddress: { sheetName: string; address: string; - row: Row; - col: Column; + row: string; + col: string; }; model: CellModel; /** @@ -1762,4 +1762,4 @@ export namespace stream { addWorkbook(): Promise; } } -} \ No newline at end of file +} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy