Skip to main content

Spreadsheet Loop

Command description

Iterate through an .xlsx spreadsheet row by row and run the indented child commands for each row. The command uses a bundled Python library and does not require WPS or Microsoft Office.

Command Input Parameters

input parametersInput parameter typeDescription
File LocationstrThe full path to the local file, such as C:\xxx

Command Output Parameters

Output parametersOutput parameter typeDescription
Row Indexint
Row Contentlist[any]The data of the row, each list element corresponds to a cell of the row, the data format is determined by the xlsx file

Example

Get data from spreadsheet