excel_read

excel_read

- #excle最小单元行或列不能为0,将无效跳过 - row_start=0, row_end=3: 单行输出: row=3 - row_start=1, row_end=3: 多行输出: row=1,2,3 - row_start = row_end=1 : 行数相同,单行输出row=1 - row_end=3, row_end=1 : 报错, 起始行必须小于=结束行

Pack: ComfyUI-Apt_Preset

custom_nodes.ComfyUI-Apt_Preset

Inputs (6)

NameTypeRequired
excel_pathSTRINGrequired
sheet_nameSTRINGrequired
row_startINTrequired
row_endINTrequired
col_startINTrequired
col_endINTrequired

Outputs (1)

NameType
dataSTRING
excel_read | TealPug Node Explorer