diff --git a/index.d.ts b/index.d.ts index 0e05c86..4b745a9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -253,6 +253,8 @@ export interface IRange { } export interface IUtils { + /** converts an array of arrays of JS data to a worksheet. */ + aoa_to_sheet(data:Array, opts?:any); /** Converts a worksheet object to an array of JSON objects */ sheet_to_json(worksheet:IWorkSheet, opts?: { raw?: boolean;