Spreadsheet OutputList

SpreadsheetOutputList

Creates multiple OutputLists from a spreadsheet (`.csv .tsv .ods .xlsx .xls`). You can use the `Load any File` node to load a file in base64-encoding. Internally uses *pandas* [read_excel](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html) and [read_csv](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html) to load spreadsheet files. All lists use(s) `is_output_list=True` (indicated by the symbol `𝌠`) and will be processed sequentially by corresponding nodes.

Pack: ComfyUI-outputlists-combiner

custom_nodes.ComfyUI-outputlists-combiner

Inputs (5)

NameTypeRequired
rows_and_colsSTRINGrequired
header_rowsINTrequired
header_colsINTrequired
select_nthINTrequired
string_or_base64STRINGrequired

Outputs (5)

NameType
list_aSTRING
list_bSTRING
list_cSTRING
list_dSTRING
countINT