Skip to content

[BUG] TS Types wrong #1175

Closed
Closed
@MR4online

Description

@MR4online

🐛 Bug Report

Typescript Types are wrong in Cell environment.

Lib version: 3.8.1

Detailed

index.d.ts line 406 says, that the Cell object has an property:

readonly fullAddress: {
		sheetName: string;
		address: string;
		row: Row;
		col: Column;
	};

current JS

when I do:
console.log(myCell.fullAddress);
I get:

{
		sheetName: string;
		address: string;
		row: string;
		col: string
	};

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    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