ParseExcelCellReference 2025.10.2.19¶
捆绑包¶
com.snowflake.openflow.runtime | runtime-office-nar
描述¶
负责解析 Excel 单元格引用公式的处理器。
输入要求¶
REQUIRED
支持敏感的动态属性¶
false
属性¶
属性 |
描述 |
|---|---|
范围 |
The comma-separated Excel ranges to parse in the A1 notation. For example: Sheet1!A1:B2,Sheet2!D4:E5,Sheet3. Ranges in R1C1 and 3-D reference style are not allowed. The value can't be empty. |
关系¶
名称 |
描述 |
|---|---|
failure |
解析范围时出现错误的 FlowFile。 |
success |
使用包含已解析 Excel 范围的属性注释的 FlowFile。对于每个范围,都会产生单独的 FlowFile。 |
写入属性¶
名称 |
描述 |
|---|---|
range.formula |
用于生成其他属性的单范围公式,例如 Sheet1!A1:B2。 |
range.sheetname |
所解析的工作表名称。 |
range.rows.starting |
所解析范围的起始行(从 1 开始编号)。 |
range.rows.ending |
所解析范围的末尾行。 |
range.columns.starting |
所解析范围的起始列编号。 |
range.columns.ending |
所解析范围的末尾列编号。 |