From a5b8313ff41a3e97220d85cec3f6099ccf6e4501 Mon Sep 17 00:00:00 2001 From: Tim Burnell Date: Fri, 14 Apr 2017 14:16:23 -0500 Subject: [PATCH] add aoa_to_sheet because it was missing below are still missing, but i require aoa only. split_cell: format_cell get_formulae make_csv make_json make_formulae table_to_sheet table_to_book sheet_to_row_object_array --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;