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
)