feature: Support Dynamic Column in Fill Operation for Collection Data by milixiang · Pull Request #455 · apache/fesod
milixiang added 5 commits
September 28, 2025 17:43- 新增 DynamicColumnInfo 类封装动态列信息 - 修改 FillConfig 类,使用 Map 存储多个动态列信息 - 更新动态列相关的处理逻辑和异常提示 - 优化单元测试用例
- 新增自引用变量标识符 "$" - 在单元格填充时,如果变量为自引用标识符,则使用当前行数据进行替换 - 优化了变量替换逻辑,增加了对自引用变量的处理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters