This commit is contained in:
Nicolás Hatcher
2024-12-03 21:30:46 +01:00
parent ab3f9c276d
commit 6db8c6228e
13 changed files with 652 additions and 78 deletions

View File

@@ -226,4 +226,10 @@ export interface Clipboard {
csv: string;
data: ClipboardData;
range: [number, number, number, number];
}
export interface DefinedName {
name: string;
scope?: number;
formula: string;
}