Spreadsheet utilities.
Methods
-
<static> readAll(ii)
-
Read all sheets (sync).
Parameters:
Name Type Description iiObject Input Information Properties
Name Type Description filenamestring 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 iiObject Input Information Properties
Name Type Argument Description filenamestring Full path filename sheetnamestring <optional>
Sheet name (default first sheet) Returns:
Rows array with column dictionary.- Type
- Array.<Object>