Parse an Excel file (.xlsx)
Description
Using this app, you can easily read an excel file (.xlsx) and transform a sheet into an Array of Objects
Usage
To use this app you must specify the spreadsheet url.
Transform a spreadsheet tab into an Array
do App(
"xlsx_reader",
method="toArray",
url="https://myserver.com/myexcelfile.xlsx
)