Merge pull request #14485 from rinzeb/patch-4

Update xlsx typings
This commit is contained in:
Arthur Ozga
2017-02-10 14:07:23 -08:00
committed by GitHub

2
xlsx/index.d.ts vendored
View File

@@ -143,7 +143,7 @@ export interface IUtils {
range?: any;
header?: "A"|number|string[];
}):T[];
sheet_to_csv(worksheet: IWorkSheet):any;
sheet_to_csv(worksheet: IWorkSheet, options?: { FS: string, RS: string }): string;
sheet_to_formulae(worksheet: IWorkSheet):any;
encode_cell(cell: ICell): any;
encode_range(s: ICell, e: ICell): any;