Spreadsheet utilities.
Methods
-
<static> readAll(ii)
-
Read all sheets (sync).
Parameters:
Name Type Description ii
Object Input Information Properties
Name Type Description filename
string Full path filename Returns:
Sheet dictionary to rows array with column dictionary.- Type
- Object
-
<static> readOne(ii)
-
Read one sheet (sync).
Parameters:
Name Type Description ii
Object Input Information Properties
Name Type Argument Description filename
string Full path filename sheetname
string <optional>
Sheet name (default first sheet) Returns:
Rows array with column dictionary.- Type
- Array.<Object>