forked from sheetjs/sheetjs
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
This commit is contained in:
parent
0537ed70aa
commit
a5b8313ff4
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -253,6 +253,8 @@ export interface IRange {
|
||||
}
|
||||
|
||||
export interface IUtils {
|
||||
/** converts an array of arrays of JS data to a worksheet. */
|
||||
aoa_to_sheet<T>(data:Array, opts?:any);
|
||||
/** Converts a worksheet object to an array of JSON objects */
|
||||
sheet_to_json<T>(worksheet:IWorkSheet, opts?: {
|
||||
raw?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user