mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Vendored
+7
@@ -134,6 +134,11 @@ declare module 'xlsx' {
|
||||
r: number;
|
||||
}
|
||||
|
||||
export interface IRange {
|
||||
s: ICell;
|
||||
e: ICell;
|
||||
}
|
||||
|
||||
export interface IUtils {
|
||||
sheet_to_json<T>(worksheet:IWorkSheet, opts?: {
|
||||
raw?: boolean;
|
||||
@@ -144,6 +149,8 @@ declare module 'xlsx' {
|
||||
sheet_to_formulae(worksheet: IWorkSheet):any;
|
||||
encode_cell(cell: ICell): any;
|
||||
encode_range(s: ICell, e: ICell): any;
|
||||
decode_cell(address: string): ICell;
|
||||
decode_range(range: string): IRange;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user